newLEGACYinc

newLEGACYinc

Official browser extension of newLEGACYinc!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "newLEGACYinc",
  "description": "Official browser extension of newLEGACYinc!",
  "version": "0.4.3",
  "author": "newLEGACYinc",
  "icons": {
    "96": "img/newLEGACYinc.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/youtube_notification.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "options_page": "options.html",
  "permissions": [
    "alarms",
    "background",
    "notifications",
    "storage",
    "tabs"
  ],
  "action": {
    "default_icon": "img/newLEGACYinc_38.png",
    "default_title": "newLEGACYinc",
    "default_popup": "popup.html"
  },
  "content_security_policy": {},
  "host_permissions": [
    "<all_urls>"
  ]
}