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_appName__",
"description": "__MSG_appDescription__",
"permissions": [
"storage",
"scripting",
"declarativeNetRequest",
"webNavigation",
"declarativeNetRequestWithHostAccess",
"activeTab",
"tabs",
"alarms",
"notifications"
],
"host_permissions": [
"*:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*",
"https:\/\/techtendance.xyz\/*"
],
"default_locale": "fr",
"background": {
"service_worker": "js\/background.js"
},
"version": "4.2",
"manifest_version": 3,
"web_accessible_resources": [
{
"resources": [
"others\/cardiaccoherence\/*"
],
"matches": [
"<all_urls>"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"action": {
"default_popup": "html\/popup.html",
"default_icon": {
"16": "images\/get_started16.png",
"32": "images\/get_started32.png",
"48": "images\/get_started48.png",
"128": "images\/get_started128.png"
}
},
"icons": {
"16": "images\/get_started16.png",
"32": "images\/get_started32.png",
"48": "images\/get_started48.png",
"128": "images\/get_started128.png"
},
"options_page": "html\/options.html",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/techtendance.xyz;"
}
}