View Pocket List

View Pocket List

This add-on adds a Pocket icon to the Firefox toolbar that opens your Pocket list in a new tab. This add-on has not been made by Mozilla, but by a fan of Pocket who is looking to have easy access to saved articles.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "0.2",
  "name": "View Pocket List",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon32.png"
  }
}