Kindle cloud reader Tools

Kindle cloud reader Tools

Enjoy your reading experience when you install Kindle Tools and begin reading on the Kindle Cloud Reader.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "default_locale": "en",
  "description": "__MSG_application_description__",
  "name": "__MSG_application_title__",
  "manifest_version": 2,
  "icons": {
    "16": "image/16.png",
    "32": "image/32.png",
    "48": "image/48.png",
    "64": "image/64.png",
    "128": "image/128.png",
    "256": "image/256.png"
  },
  "version": "1.1",
  "web_accessible_resources": [
    "script.js"
  ],
  "background": {
    "persistant": false,
    "scripts": [
      "js/update-conf.js",
      "js/update.js",
      "js/background.js"
    ]
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "offline_enabled": true,
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Kindle cloud reader Tools",
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}