Discount Textbooks Finder

Discount Textbooks Finder

Compare textbook prices on new, used and rental textbooks from dozens of retailers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Compare textbook prices on new, used and rental textbooks from dozens of retailers.",
  "version": "0.1.0",
  "name": "Discount Textbooks Finder",
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "icons": {
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}