Cheetah

Cheetah

Create clever text expansions to speed up your writing on email, LinkedIn, and millions of websites.

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_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.16",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlb7aJhxZI6af0vETBmbOZCNym3uoPT7sfmiBx7TQmcd/tUDyW+bY2x4RjSUmhhC9X7MAQtQOk9ItKEW8Lqfb13tIDLL0Xbwmej+iPAd+2uuwVtppn6uRv6HFYneOhzrNo+Vg0wf4Li9sgqx+d11haRGq3fArhO+Dt+A/E/vv8ouQ96GX/G4GYLQWpezhtv89BEvCp1Kq1FOzSkn5vJuaE2bN1BTST4a5XQRIwHyx3vGhh5Hd3WKxahnZuV/tS9OdHfAUw6V3ya1dk++lbmslzjzpqhzo8aHDw/GNFF/qqUT+UrBBsGnnyMfg9lofWYA915vj66etkxnRWXP8IUff5wIDAQAB",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "ext-content/runtime.js",
        "ext-content/main.js"
      ],
      "css": [
        "ext-content/index.css"
      ]
    }
  ],
  "background": {
    "service_worker": "ext-background/main.js"
  },
  "action": {
    "default_popup": "ext-popup/index.html",
    "default_title": "Cheetah"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "version_name": "1.0.16",
  "minimum_chrome_version": "88.0.0",
  "externally_connectable": {
    "matches": [
      "*://*.writewellapp.com/*",
      "*://*.linguix.com/*"
    ]
  },
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "clipboardWrite",
    "clipboardRead",
    "scripting"
  ]
}