init
This commit is contained in:
17
manifest.json
Normal file
17
manifest.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Tab Archive",
|
||||
"version": "1.0.0",
|
||||
"description": "Save all your open tabs to your self-hosted Tab Archive backend.",
|
||||
"permissions": ["tabs", "storage"],
|
||||
"host_permissions": ["http://localhost/*", "https://*/*", "http://*/*"],
|
||||
"action": {
|
||||
"default_popup": "popup.html",
|
||||
"default_title": "Tab Archive"
|
||||
},
|
||||
"icons": {
|
||||
"16": "icons/icon16.png",
|
||||
"48": "icons/icon48.png",
|
||||
"128": "icons/icon128.png"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user