SnapType — Text Snippets Firefox

Examine source code of SnapType — Text Snippets

Inspect and view changes in SnapType — Text Snippets source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SnapType — Text Snippets",
  "version": "1.0.3",
  "description": "Expand text shortcuts instantly, anywhere on the web.",
  "permissions": [
    "storage",
    "activeTab",
    "alarms",
    "cookies",
    "clipboardRead"
  ],
  "host_permissions": [
    "<all_urls>",
    "https://snaptype.org/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "service_worker": "background/service-worker.js",
    "scripts": [
      "background/service-worker.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/forms.js",
        "content/content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "snaptype@xodo.ro",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best SnapType — Text Snippets Alternatives

Here are some Firefox add-ons that are similar to SnapType — Text Snippets: