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": "Castofly", "description": "Castofly Chrome Extension", "version": "3.0.0", "manifest_version": 3, "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "action": { "default_icon": "assets\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "all_frames": true, "match_origin_as_fallback": true, "match_about_blank": true, "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "\/assets\/*", "content.css", "content-global.css", "font-declarations.css", "error.html" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "storage" ], "host_permissions": [ "<all_urls>" ], "externally_connectable": { "matches": [ "https:\/\/app.castofly.com\/*" ] } }