Skip to content

Commit 00002d9

Browse files
committed
controll-ext: add update url
1 parent 13b448a commit 00002d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/controller-ext/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717
"browserOS",
1818
"alarms"
1919
],
20-
"host_permissions": [
21-
"<all_urls>"
22-
],
20+
"update_url": "https://cdn.browseros.com/extensions/update-manifest.xml",
21+
"host_permissions": ["<all_urls>"],
2322
"background": {
2423
"service_worker": "background.js",
2524
"type": "module"
@@ -36,4 +35,5 @@
3635
"48": "assets/icon48.png",
3736
"128": "assets/icon128.png"
3837
}
39-
}
38+
}
39+

0 commit comments

Comments
 (0)