Examine source code of Photosensitivity Video Blocker

Inspect and view changes in Photosensitivity Video Blocker 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",
  "name": "Photosensitivity Video Blocker",
  "description": "Stops videos and gifs from auto-playing.",
  "version": "0.1.5",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup_menu.html",
    "default_icon": "PSVB_icon_grey.png"
  },
  "background": {
    "service_worker": "scripts/background.js"
  },
  "permissions": [
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "file://*/*"
  ]
}