Pabu's Press

Pabu's Press

A quick launcher for Pabu's Press, a library of the mind.

Additional files are visible only to premium users

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/"
  ]
}