Dark Moment

Dark Moment

For those who enjoy the dark side of life, beautiful quotes and black and white imagery with each new tab. Reset your expectations.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Dark Moment",
  "description": "For those who enjoy the dark side of life, beautiful quotes and black and white imagery with each new tab. Reset your expectations.",
  "version": "1.0.5",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "geolocation"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "https://pragmalabs.co/*"
      ],
      "js": [
        "assets/index.js",
        "assets/vendor.js"
      ],
      "css": [
        "assets/index.css"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "48": "/[email protected]",
    "128": "/[email protected]"
  }
}