WASD.TV - Уведомления

WASD.TV - Уведомления

Это расширение позволит вам настроить получение уведомлений от WASD.TV

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "3.3.0",
  "default_locale": "ru",
  "icons": {
    "16": "assets/png/16.png",
    "32": "assets/png/32.png",
    "48": "assets/png/48.png",
    "128": "assets/png/128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "options_page": "index.html",
  "permissions": [
    "notifications",
    "storage"
  ],
  "offline_enabled": true,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}