Examine source code of PinMyVideo

Inspect and view changes in PinMyVideo 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "PinMyVideo",
  "description": "Watch videos in a popup while browsing the web. Watch your favorite videos without losing focus",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "version": "0.1.0",
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "./img/logo-16.png",
    "48": "./img/logo-48.png",
    "128": "./img/logo-128.png"
  }
}