{ "manifest_version": 3, "name": "Verstak Bridge", "version": "2.0.4", "description": "Send pages, selections, links, and files to the local Verstak browser inbox.", "author": "Verstak", "homepage_url": "https://github.com/mirivlad/verstak-browser-extension", "permissions": ["alarms", "contextMenus", "idle", "storage", "tabs", "windows"], "host_permissions": ["http://127.0.0.1/*", "http://localhost/*"], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup/popup.html", "default_title": "Verstak Bridge", "default_icon": { "16": "icons/icon16.png", "48": "icons/icon48.png", "128": "icons/icon128.png" } }, "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", "128": "icons/icon128.png" } }