Chale Keyboard

Chale Keyboard

This Chrome extension lets you type your local language's special characters

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chale Keyboard",
  "version": "0.1.6",
  "manifest_version": 2,
  "description": "This Chrome extension lets you type your local language's special characters",
  "homepage_url": "https://play.google.com/store/apps/details?id=com.chale.android.softkeyboard",
  "icons": {
    "16": "icons/chale_16.png",
    "48": "icons/chale_48.png",
    "128": "icons/chale_128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icons/chale_128.png",
    "default_popup": "chale_popup.html"
  },
  "permissions": [
    "activeTab"
  ]
}