Yamli

Yamli

Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "manifest_version": 2,
  "version": "1.0.8",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "48": "images/logo_y_48.png",
    "128": "images/logo_y_128.png"
  },
  "browser_action": {
    "default_icon": "images/toolbar_yamli_off.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "offline_enabled": false,
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/"
  ]
}