Year Here Bookshelf

Year Here Bookshelf

Recommended books from Year Here fellows and staff.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Michael Austin",
  "browser_action": {
    "default_icon": "favicon.png",
    "default_title": "Gaining Insight"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Recommended books from Year Here fellows and staff.",
  "manifest_version": 2,
  "name": "Year Here Bookshelf",
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.3.1"
}