Bongo Cat Typing

Bongo Cat Typing

Let Bongo Cat accompany you while you are typing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Bongo Cat Typing",
  "version": "1.0.4",
  "description": "Let Bongo Cat accompany you while you are typing.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "128": "icon-passive-128.jpg"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "bongo-cat-typing-1.png",
        "bongo-cat-typing-2.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}