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": "Weather Meavana", "description": "Weather Meavana", "version": "0.0.2", "author": "MeaVana", "short_name": "Weather Meavana", "action": { "default_title": "Open a new tab", "default_icon": { "16": "16x16.png", "24": "24x24.png", "32": "32x32.png", "48": "48x48.png", "128": "128x128.png" } }, "icons": { "16": "16x16.png", "24": "24x24.png", "32": "32x32.png", "48": "48x48.png", "128": "128x128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "icons\/*" ], "use_dynamic_url": false } ], "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "declarative_net_request": { "rule_resources": [ { "id": "headers-ruleset", "enabled": true, "path": "headers-ruleset.json" } ] }, "homepage_url": "https:\/\/meavana.com", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "storage", "unlimitedStorage", "alarms", "declarativeNetRequest", "geolocation" ] }