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": "Google Sheets Dark Mode",
"version": "1.3.2",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwf4JtaCPtjuXZhZyQJKvWOyka11M3nBc7xI90l0p7BbZNiWuUFGr0uU+hocetHCybcG4jXAwbsQDLjzlijxwV19opXbYvAcfY6\/nRmivottU9F69WZ6FCwblsRqRvF1bdCfTHcYU02TzmmQ8a1gLLF0Ve67I1Qv53IGXARUvLBlBxhl8ILkAhS+TozsE12QziEwGJuj95B8g2j\/FJvhP\/Pg\/v3qpmOruN7zBvnIVeJlFu0EFnKcUaONSvaTg17wuHJlWAgG2hmYFuuQa0sLtlHrLR+pZt9jBOaj5X97nWvqRVxndvowylUjupvhcCpTrK2p7Eb61s6qcFK3rVrIyyQIDAQAB",
"description": "Dark Mode for Google Sheets",
"icons": {
"16": "icons\/16x16.png",
"32": "icons\/32x32.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"permissions": [
"storage",
"scripting",
"alarms"
],
"host_permissions": [
"https:\/\/docs.google.com\/spreadsheets\/*",
"https:\/\/*.onlineapp.pro\/*",
"https:\/\/*.onlineapp.live\/*",
"https:\/\/*.onlineapp.stream\/*",
"https:\/\/*.appbox.space\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/16x16.png",
"32": "icons\/32x32.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/google.com\/*",
"https:\/\/docs.google.com\/*",
"https:\/\/drive.google.com\/*",
"https:\/\/meet.google.com\/*",
"https:\/\/workspace.google.com\/*"
],
"js": [
"wall.2.1.3.js",
"js\/config.js",
"js\/theme-engine.js",
"content.js"
],
"run_at": "document_start",
"all_frames": true,
"match_about_blank": true
}
],
"externally_connectable": {
"matches": [
"https:\/\/*.onlineapp.pro\/*",
"https:\/\/*.onlineapp.live\/*",
"https:\/\/*.onlineapp.stream\/*",
"https:\/\/*.appbox.space\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"css\/theme.css",
"wall.2.1.3.js"
],
"matches": [
"https:\/\/docs.google.com\/*",
"https:\/\/*.appbox.space\/*"
]
}
]
}