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": "No-More",
"version": "1.0.0",
"description": "Say No More to distractions",
"permissions": [
"storage",
"webNavigation"
],
"background": {
"service_worker": "scripts\/background.js"
},
"action": {
"default_popup": "ui\/popup.html",
"default_icon": {
"16": "images\/newIcon16.png",
"48": "images\/newIcon48.png",
"128": "images\/newIcon128.png"
}
},
"icons": {
"16": "images\/newIcon16.png",
"48": "images\/newIcon48.png",
"128": "images\/newIcon128.png"
},
"host_permissions": [
"https:\/\/type.com\/"
]
}