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",
"background": {
"service_worker": "src\/js\/background.js"
},
"action": {
"default_popup": "src\/html\/popup.html",
"default_icon": "src\/images\/icon32.png",
"default_title": "__MSG_appName__"
},
"description": "__MSG_appDesc__",
"icons": {
"16": "src\/images\/icon16.png",
"48": "src\/images\/icon48.png",
"128": "src\/images\/icon128.png"
},
"default_locale": "en",
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"alarms",
"tabs",
"storage",
"notifications",
"power",
"cookies"
],
"host_permissions": [
"https:\/\/softpulseinfotech.com\/*",
"https:\/\/tab-scheduler.extfy.com\/*",
"https:\/\/extfy.com\/*"
],
"offline_enabled": true,
"version": "2.0.9"
}