Input Tools' Keyboard Enlarger

Input Tools' Keyboard Enlarger

This extension makes Input Tools' keyboard larger. Nothing more, nothing less.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Input Tools' Keyboard Enlarger",
  "short_name": "Keyboard Enlarger",
  "description": "This extension makes Input Tools' keyboard larger. Nothing more, nothing less.",
  "version": "0.1.3",
  "icons": {
    "128": "thirdparty/icon128.png",
    "280": "thirdparty/icon280.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "match_about_blank": true,
      "all_frames": true,
      "css": [
        "style.css"
      ],
      "js": [
        "support.js"
      ]
    }
  ],
  "action": {
    "default_icon": "thirdparty/icon280.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": {}
}