One Book

One Book

Marks your spot while you read so you never lose your place.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "One Book",
  "short_name": "One Book",
  "version": "0.1.11",
  "author": "Caleb Rury",
  "description": "Marks your spot while you read so you never lose your place.",
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon16.png",
    "default_title": "Request a bookmark for this story"
  },
  "permissions": [
    "tabs",
    "bookmarks",
    "contextMenus",
    "https://one-book.herokuapp.com/"
  ],
  "background": {
    "scripts": [
      "js/jquery-3.1.1.min.js",
      "js/background.js"
    ],
    "persistent": false
  }
}