ChromeShelf

ChromeShelf

Create an eBookshelf to access your local PDFs that you read often

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "ChromeShelf",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "Create an eBookshelf to access your local PDFs that you read often",
  "icons": {
    "16": "images/icon16.gif",
    "32": "images/icon32.gif",
    "48": "images/icon48.gif",
    "128": "images/icon128.gif"
  },
  "browser_action": {
    "default_icon": "images/icon19.gif",
    "default_title": "An eBookshelf",
    "default_popup": "popup.html"
  }
}