Typed

Typed

Typed Web Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Typed",
  "description": "Typed Web Extension",
  "version": "1.0.13",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "action": {
    "default_icon": {
      "16": "icons/typed-app-icon16.png",
      "32": "icons/typed-app-icon32.png",
      "48": "icons/typed-app-icon48.png",
      "128": "icons/typed-app-icon128.png"
    }
  },
  "icons": {
    "16": "icons/typed-app-icon16.png",
    "32": "icons/typed-app-icon32.png",
    "48": "icons/typed-app-icon48.png",
    "128": "icons/typed-app-icon128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "static/js/main.347d2c6a.js"
      ],
      "css": [
        "static/css/main.ad3eb80e.css"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "ids": [
      "kaeblcnicidcgbblaepcapgabflhmgno"
    ],
    "matches": [
      "https://typed.do/*",
      "http://localhost/*",
      "https://local.business-canvas.xyz/*",
      "https://staging.typed.do/*"
    ],
    "accepts_tls_channel_id": false
  },
  "content_security_policy": {
    "script-src-elem": "'self' 'unsafe-eval'",
    "object-src": "'self' https://www.gstatic.com chrome-extension://kaeblcnicidcgbblaepcapgabflhmgno https://apis.google.com https://ssl.google-analytics.com"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+1",
        "mac": "Command+Shift+1"
      }
    }
  }
}