dim the screen

dim the screen

dim the screen,screen blue light filter, brightness control

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_title": "__MSG_default_title__",
    "default_icon": "icons/icon_48.png",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "management",
    "contextMenus",
    "notifications",
    "nativeMessaging"
  ],
  "version": "1.0.0.7",
  "manifest_version": 2
}