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": "BrowseHero: Maps & Travel Explorer", "version": "1.0.4", "description": "Discover relevant content and recommendations that align with your interests without all the hard work.", "manifest_version": 3, "icons": { "16": "icons\/16x16.png", "19": "icons\/19x19.png", "32": "icons\/32x32.png", "38": "icons\/38x38.png", "48": "icons\/48x48.png", "64": "icons\/64x64.png", "128": "icons\/128x128.png", "256": "icons\/256x256.png" }, "permissions": [ "storage", "alarms", "tabGroups" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start", "all_frames": false }, { "js": [ "site.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start", "all_frames": true } ], "action": { "default_title": "", "default_popup": "popup\/index.html" } }