.LIVE(どっとライブ)配信自動表示

.LIVE(どっとライブ)配信自動表示

.LIVE(どっとライブ)メンバーの配信を開始時刻に自動表示します

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "default_locale": "ja",
  "version": "2.8.1",
  "minimum_chrome_version": "25",
  "icons": {
    "16": "assets/icon_16.png",
    "128": "assets/icon_128.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "alarms",
    "tabs",
    "https://storage.googleapis.com/",
    "https://ihome.kawa-e.com/"
  ],
  "browser_action": {
    "default_icon": {
      "16": "assets/icon_16.png",
      "128": "assets/icon_128.png"
    },
    "default_popup": "html/popup.html"
  },
  "options_ui": {
    "page": "html/options.html",
    "chrome_style": true
  },
  "background": {
    "scripts": [
      "background/js/background.js",
      "background/libs/js/jquery-3.4.1.min.js",
      "background/libs/js/jquery.cookie.js",
      "background/js/models/i18n.js",
      "background/js/models/messenger.js",
      "background/js/models/storage.js",
      "background/js/models/config.js",
      "background/js/models/schedule.js",
      "background/js/dispatcher.js",
      "background/js/main.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}