Neat Emoji - Text to emoji with AI

Neat Emoji - Text to emoji with AI

No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "assets/index.js-loader-CmapWeGI.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "assets/index-C-erq3tf.css"
      ]
    }
  ],
  "description": "No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.",
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "storage"
  ],
  "manifest_version": 3,
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "externally_connectable": {
    "matches": [
      "https://*.neatrat.com/*",
      "http://localhost:4321/*"
    ]
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "name": "Neat Emoji - Text to emoji with AI",
  "action": {
    "default_popup": "index.html"
  },
  "version": "0.2.7",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/store-bST1nmu6.js",
        "assets/all-anqpiWS4.js",
        "assets/index.js-DYTmgBF6.js"
      ],
      "use_dynamic_url": true
    }
  ]
}