Examine source code of Pixiv Pass

Inspect and view changes in Pixiv Pass 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": "Pixiv Pass-dev",
  "description": "Preview Pixiv artwork with its ID and provide download link",
  "version": "0.2.1",
  "icons": {
    "48": "icons/PP-48.png"
  },
  "permissions": [
    "downloads",
    "clipboardRead",
    "storage",
    "webRequest",
    "*://*.pixiv.net/*"
  ],
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "icons/PP-32.png",
    "default_title": "Pixiv Pass"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{89da8984-4948-4922-8b83-886546bce1a9}"
    }
  }
}