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": "Dim Visual Media",
"version": "0.4",
"description": "Watch your favourite Netflix show, Twitch Stream, YouTube, Google and other visual media content dimmed",
"icons": {
"16": "icons\/logo.png",
"48": "icons\/logo.png",
"128": "icons\/logo.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"tabs",
"scripting"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"action": {
"default_title": "DIM",
"default_popup": "key.html"
}
}