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": "__MSG_extName__", "version": "1.1.9", "description": "__MSG_extDes__", "default_locale": "en", "action": { "default_icon": ".\/assets\/logo_purple.png" }, "options_ui": { "page": ".\/dist\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "icons": { "16": ".\/assets\/logo_purple.png", "48": ".\/assets\/logo_purple.png", "128": ".\/assets\/logo_purple.png" }, "permissions": [ "storage", "sidePanel" ], "host_permissions": [ "*:\/\/*\/*" ], "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/ai\/cjnjhdnihhheidkcheigpignjglmmheo", "content_scripts": [ { "matches": [ "https:\/\/kodepay.io\/*" ], "js": [ "dist\/contentScripts\/index.global.js" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/contentScripts\/style.css" ], "matches": [ "<all_urls>" ] } ], "side_panel": { "default_path": ".\/dist\/popup\/index.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }