chore: fix clipper CI failing
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "Web clipper for Standard Notes",
|
||||
"permissions": ["activeTab", "storage", "<all_urls>"],
|
||||
"browser_action": {
|
||||
"default_popup": "popup/index.html?route=extension"
|
||||
"default_popup": "popup.html?route=extension"
|
||||
},
|
||||
"background": {
|
||||
"scripts": ["background.js"],
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "Web clipper for Standard Notes",
|
||||
"permissions": ["activeTab", "storage"],
|
||||
"action": {
|
||||
"default_popup": "popup/index.html?route=extension"
|
||||
"default_popup": "popup.html?route=extension"
|
||||
},
|
||||
"background": {
|
||||
"service_worker": "background.js"
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
|
||||
<meta content="viewport-fit=cover, width=device-width, initial-scale=1" name="viewport" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
|
||||
<title>Standard Notes</title>
|
||||
|
||||
<script src="./globals.js"></script>
|
||||
|
||||
<script src="../web/app.js" debug="false"></script>
|
||||
<link rel="stylesheet" media="all" href="../web/app.css" debug="false" />
|
||||
|
||||
<style>
|
||||
html,
|
||||
body {
|
||||
min-width: 350px;
|
||||
max-width: 350px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user