Malayalam fonts package

Malayalam fonts package

-Malayalam script fallback fonts for Firefox (Android edition) Addon installs Malayalam font (Lohit-Malayalam.ttf / woff under SIL OFL 1.1 license) that enables proper rendering of

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Malayalam Font Pack",
  "description": "This extension allows the user to see the unicode fonts in Malayalam even if their system does not support it.",
  "version": "2.0.4",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "gujfonts.css"
      ]
    }
  ]
}