Night Owl

Night Owl

The ultimate dark and white themes for Firefox! Best with : https://gist.github.com/dumindu/94d6985c2a980a1698cb975719f9c653 Code: https://github.com/dumindu/night-owl Support: buymeacoff.ee/dumindu Icons: Oksana Latysheva Noun Project

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "strict_min_version": "55.0a2",
      "id": "{74997d71-ea10-4020-921b-47056dd7d28c}"
    }
  },
  "name": "Night Owl🔥",
  "version": "0.3.5",
  "description": "Ultimate dark and white themes for Firefox",
  "homepage_url": "https://github.com/dumindu/night-owl",
  "icons": {
    "128": "icons/night-owl.png"
  },
  "background": {
    "scripts": [
      "app.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/dark-mode.svg",
    "default_title": "Enable light theme ☀️"
  },
  "permissions": [
    "theme",
    "storage"
  ]
}