Book Trap, from The Hawaii Project

Book Trap, from The Hawaii Project

Find books mentioned on web pages. Save them to your account, like a Book Trapper/Keeper. Or click out to the book's Amazon page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Book Trap, from The Hawaii Project",
  "short_name": "Book Trap",
  "description": "Find books mentioned on web pages. Save them to your account, like a Book Trapper/Keeper. Or click out to the book's Amazon page.",
  "version": "1.6.0",
  "icons": {
    "128": "book_PNG2116_128.png"
  },
  "browser_action": {
    "default_icon": "book_PNG2116.png",
    "default_popup": "booktrap.html"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "https://www.thehawaiiproject.com/*",
    "activeTab"
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://apis.google.com https://securetoken.googleapis.com https://unpkg.com/ https://unpkg.com https://npmcdn.com https://www.thehawaiiproject.com https://www.googleapis.com https://fonts.googleapis.com https://maxcdn.bootstrapcdn.com; object-src 'self'",
  "oauth2": {
    "client_id": "647695184468-oij2r5rpvtbn2n40eouff4q1qm7f26r4.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqfgwO/iIxyri/WUUUuDJXKLNKumfs/+38sA51HuU3KhmaSy9kakhags40o89oSz/Uicfxc51HFkmr5JGnStRvCA4N5LMGsumXhBUKeWfumhcHJnckR/3k2nLmOsAegdRielxSEaJ2fBbLhrUc3IaJPPbruuYk/reeUzVjiFWka2YUKWGmRmGeiNAnE9zy8lT4VwJqnOgIbr4usoC9cGoECxoNXeiY5kfK8ShCYqN9YWqSM8jWaxjtfCNjNUDf7J4zpSoNsyF75CHzj+TcPJfC9ttCKR4+N6agO2uJTZHWWDLxWex//mH38A4xWMeL95q1Kxbl1P0q+aL9Fji8pH/nwIDAQAB"
}