UpdatePin Board Firefox

Examine source code of UpdatePin Board

By: Warak Add-on
Inspect and view changes in UpdatePin Board source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "UpdatePin Board",
  "version": "1.0.0",
  "description": "Pin page updates, release notes, status signals, and review reminders into a local alerts board.",
  "browser_specific_settings": {
    "gecko": {
      "id": "updatepin-board@example.local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "activeTab",
    "alarms",
    "clipboardWrite",
    "menus",
    "notifications",
    "scripting",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "shared/constants.js",
      "shared/browser.js",
      "shared/updateTools.js",
      "shared/storage.js",
      "background.js"
    ]
  },
  "action": {
    "default_title": "UpdatePin Board",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "assets/icon.svg",
      "32": "assets/icon.svg",
      "48": "assets/icon.svg",
      "96": "assets/icon.svg"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "commands": {
    "pin-current-update": {
      "suggested_key": {
        "default": "Ctrl+Shift+U"
      },
      "description": "Pin update signals from the active page"
    },
    "open-updatepin-board": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "Open UpdatePin Board"
    }
  },
  "icons": {
    "16": "assets/icon.svg",
    "32": "assets/icon.svg",
    "48": "assets/icon.svg",
    "96": "assets/icon.svg"
  }
}

Best UpdatePin Board Alternatives

Here are some Firefox add-ons that are similar to UpdatePin Board: