Epic Pinboard Firefox

Examine source code of Epic Pinboard

Inspect and view changes in Epic Pinboard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Epic Pinboard",
  "description": "Browser extension for Pinboard.in",
  "version": "1.0.13",
  "applications": {
    "gecko": {
      "id": "epic-pinboard@mariofink.de",
      "strict_min_version": "59.0"
    }
  },
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/icon@2x.png"
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.bundle.js"
      ]
    }
  ],
  "page_action": {
    "show_matches": [
      "*://*/*"
    ],
    "browser_style": true,
    "default_icon": {
      "19": "icons/pinboard_inactive.svg",
      "38": "icons/pinboard_inactive.svg"
    },
    "default_popup": "pageAction/index.html",
    "default_title": "Bookmark on Pinboard"
  },
  "options_ui": {
    "page": "options/index.html"
  },
  "permissions": [
    "*://api.pinboard.in/*",
    "activeTab",
    "tabs",
    "menus",
    "notifications",
    "storage"
  ],
  "commands": {
    "_execute_page_action": {
      "suggested_key": {
        "default": "Alt+P"
      },
      "description": "Add bookmark to Pinboard"
    },
    "submit_add_bookmark_form": {
      "suggested_key": {
        "default": "Alt+A"
      }
    }
  }
}

Best Epic Pinboard Alternatives

Here are some Firefox add-ons that are similar to Epic Pinboard: