WebCrate Firefox

Examine source code of WebCrate

Inspect and view changes in WebCrate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "WebCrate Browser Extension",
  "short_name": "WebCrate",
  "author": "Maximilian Schiller <hi@webcrate.app>",
  "version": "1.2.0",
  "description": "Add links to your own WebCrate instance directly via the browser",
  "homepage_url": "https://webcrate.app",
  "permissions": [
    "https://*.webcrate.app/*",
    "https://*.deta.dev/*",
    "https://*.deta.app/*",
    "activeTab",
    "storage",
    "contextMenus",
    "bookmarks"
  ],
  "options_ui": {
    "open_in_tab": true,
    "page": "options/index.html"
  },
  "browser_action": {
    "default_title": "Add a link",
    "default_popup": "popup/index.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+L",
        "mac": "Alt+Shift+L"
      }
    }
  },
  "omnibox": {
    "keyword": "wc"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png",
    "512": "icons/icon.png"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{183d80c2-028f-436a-a584-5f2a732b256c}"
    }
  }
}

Best WebCrate Alternatives

Here are some Firefox add-ons that are similar to WebCrate: