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": "BloomSearch", "version": "1.0.0", "options_page": "options.html", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "service_worker": "event_h.js" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "permissions": [ "storage", "scripting" ], "action": { "default_title": "BloomSearch", "default_icon": "128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "selection.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "icons\/*.png", "options.html" ], "matches": [ "<all_urls>" ] } ], "manifest_version": 3 }