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", "manifest_version": 3, "name": "RegionView", "description": "Search and view global regions with ease directly from your browser.", "version": "1.0", "permissions": [ "activeTab", "tabs", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "options.html", "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" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "options.js" ] } ], "web_accessible_resources": [ { "resources": [ "google_data\/geotargets-2024-10-10-Clear.csv", "icons\/*" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "https:\/\/www.google.com\/", "<all_urls>" ], "content_security_policy": { "extension_pages": "script-src 'self' http:\/\/localhost:* http:\/\/127.0.0.1:*; object-src 'self'" } }