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,
"minimum_chrome_version": "123",
"default_locale": "en",
"name": "__MSG_extName__",
"short_name": "DarkLume",
"description": "__MSG_extDescription__",
"version": "0.0.11",
"author": "WebRail",
"icons": {
"24": "icon_24.png",
"128": "icon_128.png"
},
"action": {
"default_title": "open DarkLume (Alt+D)",
"default_popup": "popup\/index.html"
},
"background": {
"service_worker": "background\/background.js",
"type": "module"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+D",
"windows": "Alt+D",
"mac": "Alt+D",
"linux": "Alt+D"
}
}
},
"web_accessible_resources": [
{
"resources": [
"assets\/colors.json",
"scripts\/dark-mode\/dark-theme.js"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"activeTab",
"scripting",
"storage"
],
"optional_host_permissions": [
"<all_urls>"
]
}