PVYbookmarks extension Firefox

Examine source code of PVYbookmarks extension

Inspect and view changes in PVYbookmarks extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "PVYbookmarks extension",
  "version": "1.0.5",
  "description": "Browser Extension for your PVYbookmarks Application",
  "homepage_url": "https://pvy.swiss/apps/pvybookmarks",
  "icons": {
    "48": "icons/logo_48x48.png",
    "96": "icons/logo_96x96.png",
    "128": "icons/logo_128x128.png"
  },
  "omnibox": {
    "keyword": "ld"
  },
  "options_ui": {
    "page": "options/index.html"
  },
  "manifest_version": 2,
  "background": {
    "scripts": [
      "dist/firefox/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/button_19x19.png",
      "32": "icons/button_32x32.png",
      "38": "icons/button_38x38.png"
    },
    "default_title": "Add bookmark (Alt+Shift+L)",
    "default_popup": "popup/index.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+L"
      },
      "description": "Open a popup to bookmark current page."
    }
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1d730b8d-a021-4bc2-ae32-3764cb339612}"
    }
  }
}

Best PVYbookmarks extension Alternatives

Here are some Firefox add-ons that are similar to PVYbookmarks extension: