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": "Cancelly",
"version": "1.4.5",
"description": "Easily track your online subscriptions trials and set reminders",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon34.png"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png",
"512": "icon512.png"
},
"permissions": [
"tabs",
"activeTab",
"storage",
"scripting"
],
"host_permissions": [
"https:\/\/cancelly.ca\/*",
"https:\/\/web.koho.ca\/*",
"https:\/\/mbna.ca\/*",
"https:\/\/*.mbna.ca\/*"
],
"web_accessible_resources": [
{
"resources": [
"icon128.png",
"icon34.png"
],
"matches": []
}
],
"externally_connectable": {
"matches": [
"https:\/\/cancelly.ca\/*",
"https:\/\/127.0.0.1:80\/*"
]
}
}