Overwatch Video

Overwatch Video

Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Overwatch Video",
  "description": "Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video.",
  "version": "2.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "jquery.js",
      "conf.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img_sep/ico_19.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "notifications",
    "unlimitedStorage"
  ],
  "icons": {
    "16": "img_sep/ico_16.png",
    "48": "img_sep/ico_48.png"
  }
}