myTube! Companion

myTube! Companion

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Arlo Godfrey",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "48": "assets/BrowserAction.png"
    },
    "default_popup": "popup.html",
    "theme_icons": [
      {
        "dark": "assets/Square48x48LogoLight.png",
        "light": "assets/Square48x48Logo.png",
        "size": 48
      },
      {
        "dark": "assets/Square128x128LogoLight.png",
        "light": "assets/Square128x128Logo.png",
        "size": 128
      }
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*.youtube.com/*",
        "*://*.youtube.ca/*",
        "*://*.youtube.jp/*",
        "*://*.youtube.es/*",
        "*://*.youtube.pl/*",
        "*://*.youtube.co.uk/*",
        "*://*.youtube.fr/*",
        "*://*.youtube.ie/*",
        "*://*.youtube.br/*",
        "*://*.youtu.be/*"
      ]
    }
  ],
  "description": "Redirect YouTube links to the myTube! Windows 10 app",
  "icons": {
    "48": "assets/Square48x48LogoLight.png",
    "128": "assets/Square128x128LogoLight.png"
  },
  "manifest_version": 2,
  "name": "myTube! Companion",
  "permissions": [
    "<all_urls>",
    "webNavigation",
    "tabs",
    "storage"
  ],
  "short_name": "myTube! Companion",
  "version": "1.3.3",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}