Spotely

Spotely

Spotely

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Spotely",
  "version": "1.68",
  "description": "Spotely",
  "host_permissions": [
    "*://api-dev.fastexit.ventures/"
  ],
  "permissions": [
    "activeTab",
    "storage"
  ],
  "icons": {
    "48": "assets/images/icon48.png"
  },
  "options_ui": {
    "page": "pages/options.html",
    "open_in_tab": true
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/images/spotely2.png",
      "48": "assets/images/spotely2.png",
      "128": "assets/images/spotely2.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js",
        "assets/js/options.js"
      ]
    }
  ]
}