重构:提交全新项目代码
This commit is contained in:
19
packages/bookmark-sync/manifest.json
Normal file
19
packages/bookmark-sync/manifest.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "defgov-bookmark-sync",
|
||||
"version": "1.0",
|
||||
"manifest_version": 3,
|
||||
"permissions": ["bookmarks", "storage"],
|
||||
"chrome_url_overrides": {
|
||||
"newtab": "newtab.html"
|
||||
},
|
||||
"host_permissions": ["<all_urls>"],
|
||||
"background": {
|
||||
"service_worker": "controller.js"
|
||||
},
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "bookmark-sync@example.com",
|
||||
"strict_min_version": "109.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user