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": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"version": "4.1.6",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"64": "icon\/64.png",
"128": "icon\/128.png"
},
"default_locale": "en",
"action": {
"default_title": "Pinterest Dark Mode",
"default_popup": "popup.html"
},
"permissions": [
"scripting",
"storage",
"tabs",
"alarms",
"webNavigation"
],
"content_scripts": [
{
"all_frames": true,
"match_about_blank": true,
"run_at": "document_start",
"matches": [
"<all_urls>"
],
"js": [
"injector.js"
]
},
{
"matches": [
"https:\/\/*.pinterest.at\/*",
"https:\/\/*.pinterest.ca\/*",
"https:\/\/*.pinterest.ch\/*",
"https:\/\/*.pinterest.cl\/*",
"https:\/\/*.pinterest.cn\/*",
"https:\/\/*.pinterest.co.kr\/*",
"https:\/\/*.pinterest.co.uk\/*",
"https:\/\/*.pinterest.com.au\/*",
"https:\/\/*.pinterest.com.mx\/*",
"https:\/\/*.pinterest.com\/*",
"https:\/\/*.pinterest.de\/*",
"https:\/\/*.pinterest.dk\/*",
"https:\/\/*.pinterest.es\/*",
"https:\/\/*.pinterest.fr\/*",
"https:\/\/*.pinterest.ie\/*",
"https:\/\/*.pinterest.it\/*",
"https:\/\/*.pinterest.jp\/*",
"https:\/\/*.pinterest.net\/*",
"https:\/\/*.pinterest.nz\/*",
"https:\/\/*.pinterest.ph\/*",
"https:\/\/*.pinterest.pt\/*",
"https:\/\/*.pinterest.ru\/*",
"https:\/\/*.pinterest.se\/*"
],
"exclude_matches": [
"https:\/\/business.pinterest.com\/*",
"https:\/\/developers.pinterest.com\/*",
"https:\/\/help.pinterest.com\/*",
"https:\/\/newsroom.pinterest.com\/*",
"https:\/\/policy.pinterest.com\/*"
],
"run_at": "document_start",
"js": [
"content-scripts\/dark-mode.js"
]
}
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"listener.js",
"dark-mode.js",
"dark-mode.helper.js"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
}
}