My Bookshelf

My Bookshelf

A digital bookshelf where users can easily store and organize all their books.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "My Bookshelf",
  "description": "A digital bookshelf where users can easily store and organize all their books.",
  "version": "1.2",
  "icons": {
    "16": "openBook.png",
    "48": "openBook.png",
    "128": "openBook.png"
  },
  "action": {
    "default_icon": {}
  },
  "permissions": [],
  "background": {
    "service_worker": "background.js"
  }
}