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",
"background": {
"service_worker": "\/js\/welcome.js"
},
"default_locale": "en",
"description": "__MSG_application_description__",
"icons": {
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"manifest_version": 3,
"name": "__MSG_application_title__",
"offline_enabled": true,
"options_page": "templates\/options.html",
"permissions": [
"tabs",
"storage",
"activeTab",
"scripting"
],
"short_name": "darkmode",
"version": "3.0.0",
"web_accessible_resources": [
{
"resources": [
"css\/*.css"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_icon": "icons\/icon.png",
"default_popup": "templates\/popup.html"
},
"homepage_url": "https:\/\/darkmode.freeonlineapps.net\/"
}