Ggbb528now

Ggbb528now

勝敗難免開台通知

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ggbb528now",
  "version": "1.0.11",
  "description": "勝敗難免開台通知",
  "options_page": "src/pages/options/index.html",
  "permissions": [
    "alarms",
    "storage",
    "notifications",
    "*://*.twitch.tv/*",
    "*://*.op.gg/*",
    "*://*.ggbb528.com/*"
  ],
  "background": {
    "page": "src/pages/background/index.html",
    "persistent": true
  },
  "browser_action": {
    "default_title": "勝敗難免開台通知",
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "icons/icon_32.png"
  },
  "chrome_url_overrides": {},
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "src/pages/content/index.js"
      ],
      "css": [
        "contentStyle.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "contentStyle.css",
    "icons/icon_16.png",
    "icons/icon_32.png",
    "icons/icon_48.png",
    "icons/icon_128.png"
  ]
}