Save to Pocket (mini)

Save to Pocket (mini)

Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Save to Pocket (mini)",
  "description": "Adds a toolbar button to save the current page to Pocket, without requiring the \"all data\" or \"all websites\" permissions.",
  "version": "1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Add to Pocket",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://getpocket.com/"
  ],
  "web_accessible_resources": [
    "auth.html"
  ],
  "manifest_version": 2
}