FREE Random Ebook (no ads)

FREE Random Ebook (no ads)

Random book from over 60 thousand ebooks hosted by Project Gutenberg

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FREE Random Ebook (no ads)",
  "version": "1.0",
  "description": "Random book from over 60 thousand ebooks hosted by Project Gutenberg",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "img/freerandomebook-16.png",
      "32": "img/freerandomebook-32.png",
      "128": "img/freerandomebook-128.png"
    }
  },
  "options_page": "options.html",
  "manifest_version": 2
}