Input Tools by AI4Bharat

Input Tools by AI4Bharat

Effortless Typing, Endless Expression: Unleash the power of the Indian Input Tool Extension!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Input Tools by AI4Bharat",
  "version": "1.09",
  "description": "Effortless Typing, Endless Expression: Unleash the power of the Indian Input Tool Extension!",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "jquery.js",
        "content.js",
        "jqueryui.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "32": "icon32.png",
    "96": "icon96.png",
    "256": "icon256.png"
  },
  "manifest_version": 3,
  "action": {
    "default_title": "AI4Bharat Input Tools",
    "default_popup": "popup.html"
  }
}