Smart Text Snippets Firefox

Examine source code of Smart Text Snippets

By: Zavier
Inspect and view changes in Smart Text Snippets source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Smart Text Snippets",
  "version": "1.0.0",
  "description": "Create short keyword shortcuts that expand into full text in any input field. Manage snippets from the popup.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{fb7cb96c-5581-49fe-bf39-fb4acfe2a0fc}",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "32": "assets/icons/icon32.png",
      "48": "assets/icons/icon48.png",
      "96": "assets/icons/icon96.png"
    },
    "default_title": "Smart Text Snippets",
    "default_popup": "src/popup.html"
  },
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "96": "assets/icons/icon96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "src/content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Smart Text Snippets Alternatives

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