Bookcase Royal

Bookcase Royal

Bookcase Royal: Extension for easy reading. Access and organize your books, or add custom ones for seamless browser reading.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bookcase Royal",
  "description": "Bookcase Royal: Extension for easy reading. Access and organize your books, or add custom ones for seamless browser reading.",
  "version": "1.0.1",
  "default_locale": "en",
  "manifest_version": 3,
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Bookcase Royal",
    "default_icon": "icon.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "options_page": "options.html"
}