트위치 투표 추첨기

트위치 투표 추첨기

Twitch.tv 투표 & 추첨 프로그램

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "트위치 투표 추첨기",
  "version": "3.3.3",
  "description": "Twitch.tv 투표 & 추첨 프로그램",
  "icons": {
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "web_accessible_resources": [
    "app.html",
    "access_token.html",
    "auth.html",
    "auth_fail.html"
  ],
  "permissions": [
    "storage",
    "tts"
  ],
  "incognito": "split",
  "browser_action": {
    "title": "Twitch.tv 투표 & 추첨"
  }
}