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",
"manifest_version": 3,
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_popup": "popup\/index.html"
},
"icons": {
"16": "assets\/images\/icon16.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"libs\/*",
"assets\/*"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*.zendesk.com\/*"
],
"resources": [
"assets\/index.js.cf246124.js"
],
"use_dynamic_url": true
}
],
"name": "Zendesk Dark Mode",
"description": "Free extension for Zendesk Dark Mode",
"version": "1.0.1",
"content_scripts": [
{
"js": [
"assets\/content-script-loader.index.js.cf246124.2f9fb2da.js"
],
"matches": [
"*:\/\/*.zendesk.com\/*"
],
"css": [
"assets\/styles\/theme.css"
],
"run_at": "document_start"
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.zendesk.com\/*"
]
},
"host_permissions": [
"https:\/\/www.googleapis.com\/"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmn5KTkn5\/ph2DsDzkF0ZKPi+SR0rgOq8UQWgNtB7fGFHrEkqVmHpsmIq3oiSWP23N9EI4LmHZSciuvD+I3lM7dIxX8MtolBmXaujEF4j3zDSf2Tyqn6yMrFPdcUvg3xlBiqp6yfWChyPwA+WLzeyTQeHH1YoKBZCYSyQM0Qey+KCvG+tCvBQnBrmYL+OZF3BDyT\/GoiKj6iJfoRO8ElCTF5mnyVKpIyZC1uUdmEQDAEO9f7+ooj2+JEgCUsUEWM3P4+ai4BUiVLHiN3Yfur7XySpel1jwnFgMnL23V+c1CBg\/1HKQzbT9qv5dPzo5Q\/fiHCsADFmSqw5c3SSNNW82QIDAQAB",
"oauth2": {
"client_id": "672279389837-ptac11gnpkmvkk0tu1musskalokoajua.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"permissions": [
"storage",
"identity"
]
}