Text Expander | AutoTextify Firefox

Examine source code of Text Expander | AutoTextify

By: JDify
Inspect and view changes in Text Expander | AutoTextify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "AutoTextify",
  "manifest_version": 2,
  "permissions": [
    "https://autotextify.com/",
    "tabs",
    "storage",
    "scripting",
    "cookies",
    "contextMenus",
    "notifications",
    "management",
    "clipboardRead",
    "clipboardWrite",
    "declarativeNetRequest",
    "sidePanel",
    "<all_urls>",
    "http://*/*",
    "https://*/",
    "*://*/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "<all_urls>",
        "http://*/*",
        "https://*/",
        "*://*/*"
      ],
      "js": [
        "atx_shortcut.js",
        "atx_commonScript.js",
        "atx_contentshortcut.js"
      ],
      "css": [
        "atx_commonScript.css"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/autotextify-16x16.png",
    "32": "icons/autotextify-32x32.png",
    "128": "icons/autotextify-128x128.png",
    "512": "icons/autotextify-512x512.png"
  },
  "omnibox": {
    "keyword": "go/"
  },
  "web_accessible_resources": [
    "/*",
    "icons/*",
    "frontend/*"
  ],
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/autotextify-16x16.png",
      "32": "icons/autotextify-32x32.png",
      "128": "icons/autotextify-128x128.png",
      "512": "icons/autotextify-512x512.png"
    }
  },
  "sidebar_action": {
    "default_panel": "sidebar.html",
    "default_icon": "icons/autotextify-16x16.png",
    "open_at_install": false
  },
  "version": "0.3.6",
  "description": "Create personalized shortcuts to instantly expand frequent text and URL snippets. Say goodbye to repetitive typing!",
  "browser_specific_settings": {
    "gecko": {
      "id": "{28d53907-ba70-4f3e-84f9-adb7aad8665a}"
    }
  }
}

Best Text Expander | AutoTextify Alternatives

Here are some Firefox add-ons that are similar to Text Expander | AutoTextify: