GRS: Gas Relay Share Firefox

Examine source code of GRS: Gas Relay Share

By: GRS Add-on
Inspect and view changes in GRS: Gas Relay Share source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GRS: Gas Relay Share",
  "version": "0.1.0",
  "description": "Scrape Open Graph and share via GAS relay (Discord/LINE, etc).",
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "sw.js"
    ]
  },
  "action": {
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "commands": {
    "share": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "Share active tab to GAS relay"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "grs-share@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "browsingActivity"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best GRS: Gas Relay Share Alternatives

Here are some Firefox add-ons that are similar to GRS: Gas Relay Share: