Supernova: Productivity and relaxation

Supernova: Productivity and relaxation

Supernova: Productivity and relaxation

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Supernova: Productivity and relaxation",
  "description": "Supernova: Productivity and relaxation",
  "version": "3",
  "background": {
    "service_worker": "scripts/background.js"
  },
  "host_permissions": [
    "*://*.richexts.com/*"
  ],
  "permissions": [
    "cookies"
  ],
  "action": {
    "default_title": "Supernova: Productivity and relaxation"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "16": "img/favicon.png",
    "32": "img/favicon.png",
    "128": "img/favicon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.bing.com/*"
      ],
      "js": [
        "scripts/jquery-3.7.1.min.js",
        "scripts/content.js"
      ],
      "run_at": "document_end"
    }
  ]
}