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,
"default_locale": "en",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "1.0.5",
"homepage_url": "https:\/\/calmly.ing",
"permissions": [
"tabs",
"activeTab",
"storage",
"idle",
"unlimitedStorage",
"alarms",
"notifications",
"offscreen",
"contextMenus"
],
"options_page": "src\/pages\/options\/index.html",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/video\/*.,p4",
"assets\/css\/*.css",
"pages\/welcome\/*",
"icon-128.png",
"icon-34.png"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}