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,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwf4JtaCPtjuXZhZyQJKvWOyka11M3nBc7xI90l0p7BbZNiWuUFGr0uU+hocetHCybcG4jXAwbsQDLjzlijxwV19opXbYvAcfY6\/nRmivottU9F69WZ6FCwblsRqRvF1bdCfTHcYU02TzmmQ8a1gLLF0Ve67I1Qv53IGXARUvLBlBxhl8ILkAhS+TozsE12QziEwGJuj95B8g2j\/FJvhP\/Pg\/v3qpmOruN7zBvnIVeJlFu0EFnKcUaONSvaTg17wuHJlWAgG2hmYFuuQa0sLtlHrLR+pZt9jBOaj5X97nWvqRVxndvowylUjupvhcCpTrK2p7Eb61s6qcFK3rVrIyyQIDAQAB",
"name": "Google Sheets Dark Mode",
"description": "Dark Mode for Google Sheets",
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": {
"16": "icon16.png",
"48": "icon16.png",
"128": "icon16.png"
}
},
"icons": {
"16": "icon16.png",
"48": "icon16.png",
"128": "icon16.png"
},
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"https:\/\/docs.google.com\/*"
],
"optional_host_permissions": [
"https:\/\/meet.google.com\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/onlineapp.pro\/*",
"https:\/\/onlineapp.stream\/*",
"https:\/\/onlineapp.live\/*"
]
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.google.com\/*"
],
"resources": [
"assets\/styles\/*.css",
"substitute\/*.png",
"substitute\/*.svg"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/docs.google.com\/*"
],
"resources": [
"wall.2.1.2.js"
],
"use_dynamic_url": false
}
],
"version": "1.2.4",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
}
}