100 Million Books

100 Million Books

Explore all the books ever written...and discover the best ideas ever published.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "5.0.1",
  "name": "100 Million Books",
  "short_name": "100 Million Books",
  "description": "Explore all the books ever written...and discover the best ideas ever published.",
  "author": "Steve Jain",
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "storage"
  ],
  "icons": {
    "128": "images/logo128.png"
  },
  "browser_action": {
    "default_icon": "images/logo128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "54.0"
    }
  }
}