yandex-music-token

yandex-music-token

Расширение для безопасной авторизации пользователей Яндекс.Музыка в Telegram

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.0",
  "name": "yandex-music-token",
  "description": "Расширение для безопасной авторизации пользователей Яндекс.Музыка в Telegram",
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png",
    "1080": "images/logo1080.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "browser_style": true,
    "default_popup": "popup/popup.html",
    "default_title": "Яндекс.Музыка | Telegram Bot | Авторизация"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}