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