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.png"
},
"options_ui": {
"page": ".\/dist\/options\/index.html",
"open_in_tab": true
},
"background": {
"service_worker": ".\/dist\/background\/index.mjs"
},
"icons": {
"16": ".\/assets\/logo.png",
"48": ".\/assets\/logo.png",
"128": ".\/assets\/logo.png"
},
"permissions": [
"storage",
"sidePanel"
],
"host_permissions": [
"*:\/\/*\/*"
],
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/ai\/doalefhfhoencpklgkmabcakndkniddl",
"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'"
}
}