Kindle Cloud Reader

Kindle Cloud Reader

Kindle Cloud Reader - Read Kindle books in your browser, and shop on Amazon.com.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kindle Cloud Reader",
  "description": "Kindle Cloud Reader - Read Kindle books in your browser, and shop on Amazon.com.",
  "version": "1.7.0.1",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "https://read.amazon.com/"
    ],
    "launch": {
      "web_url": "https://read.amazon.com/?ref_=kcr_app_chrome_link"
    }
  },
  "offline_enabled": true,
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "manifest_version": 2
}