Files
TabArchive-Extension/manifest.json
2026-06-07 21:45:42 +03:00

18 lines
471 B
JSON

{
"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"
}
}