To Be Read Pro

To Be Read Pro

A list that holds the pages that you didn't read yet but you would like to.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "To Be Read Pro",
  "version": "3.2",
  "description": "A list that holds the pages that you didn't read yet but you would like to.",
  "icons": {
    "16": "icons/tbr16.png",
    "32": "icons/tbr32.png",
    "64": "icons/tbr64.png",
    "128": "icons/tbr128.png"
  },
  "browser_action": {
    "default_icon": "icons/tbr32.png",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "homepage_url": "http://gugulea.ro/app/?page_id=47",
  "permissions": [
    "tabs",
    "unlimitedStorage",
    "contextMenus",
    "http://*/*",
    "https://*/*"
  ],
  "manifest_version": 2
}