初始化项目
This commit is contained in:
12
apps/extension/public/manifest.json
Normal file
12
apps/extension/public/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "BrowserBookmark",
|
||||
"version": "0.1.0",
|
||||
"action": {
|
||||
"default_title": "Bookmarks",
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
"options_page": "options.html",
|
||||
"permissions": ["storage", "tabs"],
|
||||
"host_permissions": ["http://localhost:3001/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user