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 Docs Dark Mode Theme \u2014 Night Mode Extension",
"description": "Enable Google Docs dark mode and night theme. Best dark mode extension for Google Docs \u2014 eye comfort, focus, and style.",
"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\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.google.com\/*"
],
"resources": [
"assets\/styles\/*.css",
"substitute\/*.png",
"substitute\/*.svg"
],
"use_dynamic_url": false
}
],
"version": "0.1.2",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
}
}