Free Kindle Books Deluxe

Free Kindle Books Deluxe

Free Kindle Books are directly in your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Free Kindle Books Deluxe",
  "description": "Free Kindle Books are directly in your browser",
  "version": "1.0",
  "permissions": [
    "http://kebooks.com/"
  ],
  "browser_action": {
    "default_icon": "icon_48.png"
  },
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  }
}