Examine source code of Pause YouTube Video on Direct Minimize Tab

Inspect and view changes in Pause YouTube Video on Direct Minimize Tab 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": "Pause YouTube on Minimize or Close",
  "version": "1.0",
  "description": "Pauses YouTube videos when the browser is minimized or closed.",
  "permissions": [
    "tabs",
    "activeTab",
    "windows",
    "*://*.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/metamask.png",
    "48": "icons/metamask(1).png",
    "128": "icons/metamask(2).png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/metamask.png",
      "48": "icons/metamask(1).png",
      "128": "icons/metamask(2).png"
    },
    "default_title": "Pause YouTube on Minimize or Close"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7ec37fc2-c86d-4e7b-b2da-fdef36a4cdea}"
    }
  }
}