NigthOwl Mode🦉

NigthOwl Mode🦉

Dark Mode theme, reduce eye strain in low light conditions specially, if you are an owl that works late at night.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NigthOwl Mode🦉",
  "version": "1.1",
  "manifest_version": 2,
  "description": "Dark Mode theme, reduce eye strain in low light conditions specially, if you are an owl that works late at night.",
  "browser_action": {
    "default_icon": {
      "16": "owl-icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.springboard.com/workshops/software-engineering-career-track/*"
      ],
      "js": [
        "./main.js"
      ]
    }
  ]
}