Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Birdtannica - Your Web Guide to Birds", "manifest_version": 3, "icons": { "128": "assets\/bird-web-guide.png" }, "version": "1.5.1", "permissions": [ "contextMenus" ], "action": { "default_popup": "index.html" }, "externally_connectable": { "ids": [ "*" ], "matches": [ "<all_urls>" ] }, "content_scripts": [ { "js": [ "assets\/content-script-loader.content_script.jsx.2850eaff.1361196d.js" ], "matches": [ "<all_urls>" ], "css": [ "src\/modal.css" ], "all_frames": true } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "src\/modal.html", "src\/modal.css", "index.html" ], "use_dynamic_url": false }, { "matches": [ "<all_urls>" ], "resources": [ "assets\/jsx-runtime.ea0eb95e.js", "assets\/content_script.jsx.2850eaff.js" ], "use_dynamic_url": true } ] }