It's not going to make you happy

It's not going to make you happy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "It's not going to make you happy",
  "version": "1.3",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "core.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}