Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"background": {
"service_worker": "js\/sw.js"
},
"minimum_chrome_version": "92",
"action": {
"default_popup": "html\/popup.html"
},
"content_scripts": [
{
"js": [
"js\/content.js"
],
"matches": [
"<all_urls>"
]
},
{
"matches": [
"https:\/\/app.snov.io\/*"
],
"js": [
"js\/snovio\/snovioEvents.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/app.snov.io\/*"
],
"js": [
"js\/snovio\/presence.js"
],
"run_at": "document_idle"
}
],
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"19": "img\/19.png",
"48": "img\/48.png",
"128": "img\/128.png"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"tabs",
"cookies",
"notifications",
"storage"
],
"host_permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
],
"short_name": "__MSG_appShortName__",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.3.24"
}