Gujarati fonts package

Gujarati fonts package

Gujarati script fallback fonts for Firefox (Android edition) Addon installs Gujarati font (LohitGujarati.ttf) that enables proper rendering of Gujarati script on all sites (Facebook, Twitter, Google, etc.) without installed fonts on system.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Gujarati Font Pack",
  "description": "This extension allows the user to see the unicode fonts in Gujarati 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"
      ]
    }
  ]
}