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",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"permissions": [
"storage",
"scripting",
"declarativeNetRequest",
"webNavigation",
"declarativeNetRequestWithHostAccess",
"activeTab",
"tabs",
"notifications",
"alarms",
"notifications"
],
"host_permissions": [
"*:\/\/*\/*"
],
"default_locale": "fr",
"background": {
"service_worker": "js\/background.js"
},
"version": "2.9",
"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\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"options_page": "html\/killfeed.html"
}