LaterTab

LaterTab

Add links to Pocket (ReadItLater) on your mobile device to open them automatically in Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "LaterTab",
  "version": "1.3.5",
  "description": "Add links to Pocket (ReadItLater) on your mobile device to open them automatically in Chrome",
  "permissions": [
    "https://readitlaterlist.com/*"
  ],
  "background": {
    "scripts": [
      "jquery.js",
      "bg.js"
    ]
  },
  "options_page": "options.html",
  "icons": {
    "128": "icon.png"
  }
}