Examine source code of Pabu's Press

Inspect and view changes in Pabu's Press 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": 2,
  "name": "Pabu's Press",
  "description": "A quick launcher for Pabu's Press, a library of the mind.",
  "version": "1.0.0",
  "icons": {
    "16": "/images/16.png",
    "32": "/images/32.png",
    "180": "/images/180.png",
    "192": "/images/192.png"
  },
  "browser_action": {
    "default_icon": "/images/192.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://pabuspress.co.za/"
  ]
}