Examine source code of Pinboard

Inspect and view changes in Pinboard source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Pinboard",
  "description": "Unofficial Firefox add-on for Pinboard.in. Bookmark web pages & add notes easily.",
  "permissions": [
    "activeTab",
    "menus"
  ],
  "version": "5.0.0",
  "icons": {
    "16": "static/icon-16.png",
    "48": "static/icon-48.png",
    "128": "static/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "static/icon-128.png",
    "default_title": "Bookmark on Pinboard"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+P"
      }
    }
  },
  "manifest_version": 2,
  "homepage_url": "https://browsernative.com/mozilla-firefox-extensions/"
}