We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b448a commit 00002d9Copy full SHA for 00002d9
packages/controller-ext/manifest.json
@@ -17,9 +17,8 @@
17
"browserOS",
18
"alarms"
19
],
20
- "host_permissions": [
21
- "<all_urls>"
22
- ],
+ "update_url": "https://cdn.browseros.com/extensions/update-manifest.xml",
+ "host_permissions": ["<all_urls>"],
23
"background": {
24
"service_worker": "background.js",
25
"type": "module"
@@ -36,4 +35,5 @@
36
35
"48": "assets/icon48.png",
37
"128": "assets/icon128.png"
38
}
39
-}
+}
+
0 commit comments