Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "2.1.55", "description": "__MSG_description__", "default_locale": "en", "permissions": [ "tabs", "storage", "alarms", "unlimitedStorage", "cookies", "webRequest" ], "host_permissions": [ "<all_urls>" ], "action": [], "manifest_version": 3, "icons": { "16": "assets\/logo_16.png", "48": "assets\/logo_48.png", "128": "assets\/logo_128.png" }, "content_scripts": [ { "js": [ "contentscript\/contentscript.bundle.js" ], "matches": [ "<all_urls>" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "sandbox": { "pages": [ "assets\/couponNetworkRequestFormatterSandboxedIframe.html" ] }, "background": { "service_worker": "background\/background.bundle.js", "type": "module" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "externally_connectable": { "matches": [ "*:\/\/app.joko.com\/*", "*:\/\/app.hellojoko.com\/*" ] } }