Add to Pocket

Add to Pocket

Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Add to Pocket",
  "version": "1.0.3",
  "description": "Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket",
  "background": {
    "scripts": [
      "libs/require.js",
      "app.js"
    ]
  },
  "page_action": {
    "default_icon": {
      "19": "images/notAdded-19.png",
      "38": "images/notAdded-38.png"
    },
    "default_title": "Add item to Pocket"
  },
  "permissions": [
    "tabs",
    "management",
    "contextMenus",
    "http://*/",
    "https://*/",
    "webNavigation"
  ],
  "manifest_version": 2,
  "icons": {
    "48": "images/logo-48.png",
    "128": "images/logo-128.png"
  }
}