Examine source code of ytm

Inspect and view changes in ytm source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "ytm",
  "version": "1.1",
  "description": "Adds a video controller to the browser so that youtube videos can be controlled from any tab",
  "icons": {
    "48": "icons/music_video-24px.svg"
  },
  "permissions": [
    "activeTab",
    "<all_urls>",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/headphones.svg",
    "default_title": "Music Controller",
    "default_popup": "popup/index.html"
  }
}