Jist.tv Chrome Extension

Jist.tv Chrome Extension

Capture, share and save gaming moments from Twitch and Youtube

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Jist.tv Chrome Extension",
  "version": "1.0.0.11",
  "description": "Capture, share and save gaming moments from Twitch and Youtube",
  "background": {
    "scripts": [
      "jquery-2.1.4.min.js",
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "hilyte-19.png",
    "default_title": "Create a HiLyte Now!!"
  },
  "permissions": [
    "declarativeContent",
    "tabs",
    "https://www.youtube.com/*",
    "http://www.youtube.com/*",
    "http://vimeo.com/*",
    "https://vimeo.com/*",
    "http://www.twitch.tv/*",
    "https://www.twitch.tv/*",
    "http://www.viagame.com/*",
    "https://www.viagame.com/*",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "48": "hilyte-48.png",
    "128": "hilyte-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://gaming.youtube.com/*",
        "*://www.youtube.com/*",
        "*://www.viagame.com/*",
        "*://www.twitch.tv/*",
        "*://www.hitbox.tv/*",
        "*://tv.majorleaguegaming.com/*"
      ],
      "all_frames": true,
      "css": [
        "embedd.css"
      ],
      "js": [
        "jquery-2.1.4.min.js",
        "embedd.js"
      ]
    }
  ],
  "homepage_url": "http://www.jist.tv",
  "web_accessible_resources": [
    "logo_button.png",
    "twitch-icon.png",
    "twitch-icon-video.png",
    "youtube-icon.png",
    "twitch-popout.png"
  ],
  "externally_connectable": {
    "matches": [
      "*://jisttv2.hilytes.com/*",
      "*://jist.tv/*",
      "*://www.jist.tv/*",
      "http://localhost:8888/*",
      "https://localhostssl:8890/*"
    ]
  },
  "manifest_version": 2
}