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,
"name": "Night XML - dark mode XML viewer",
"description": "Night XML enables dark mode on all XML web pages.",
"homepage_url": "https:\/\/nighteye.app",
"version": "1.4.5",
"author": "Promotino Ltd.",
"icons": {
"16": "res\/icon-16.png",
"48": "res\/icon-48.png",
"128": "res\/icon-128.png"
},
"permissions": [
"storage",
"activeTab",
"tabs",
"scripting"
],
"web_accessible_resources": [
{
"resources": [
"css\/*",
"_locales\/*",
"js\/browser-action\/*"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"offline_enabled": true,
"action": {
"default_icon": "res\/icon-64.png",
"default_popup": "html\/browser-action\/popup.html",
"default_title": "XML Dark Viewer"
},
"background": {
"service_worker": "background.js"
}
}