Free Auto Text Expander

Free Auto Text Expander

Create custom keyboard shortcuts to expand and replace text as you type!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_EXTENSION_NAME__",
  "short_name": "__MSG_EXTENSION_SHORTNAME__",
  "version": "3.0.1",
  "description": "__MSG_EXTENSION_DESCRIPTION__",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "default_locale": "en",
  "offline_enabled": true,
  "background": {
    "service_worker": "/js/worker.js"
  },
  "action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    },
    "default_title": "__MSG_BROWSER_ACTION_TITLE__"
  },
  "options_page": "ui/options.html",
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage",
    "scripting"
  ],
  "homepage_url": "https://autotext-expander.freeonlineapps.net/"
}