Globe Bookshelf

Globe Bookshelf

Recommendations to watch, read and listen to, by Sixth Formers and teachers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Michael Austin",
  "browser_action": {
    "default_icon": "favicon.png",
    "default_title": "Building an interest"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "name": "Globe Bookshelf",
  "version": "1.5.0",
  "description": "Recommendations to watch, read and listen to, by Sixth Formers and teachers.",
  "manifest_version": 2,
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}