newLEGACYinc

newLEGACYinc

Official Chrome extension of newLEGACYinc!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "newLEGACYinc",
  "description": "Official Chrome extension of newLEGACYinc!",
  "version": "0.3.7",
  "author": "scowalt",
  "icons": {
    "96": "img/newLEGACYinc.png"
  },
  "web_accessible_resources": [
    "img/youtube_notification.png"
  ],
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/newLEGACYinc_38.png",
    "default_title": "newLEGACYinc",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "permissions": [
    "alarms",
    "background",
    "notifications",
    "storage",
    "tabs",
    "https://api.twitch.tv/",
    "http://gdata.youtube.com/",
    "http://api.hitbox.tv/media"
  ]
}