Telugu fonts package

Telugu fonts package

-Telugu script fallback fonts for Firefox (Android edition) Addon installs Telugu font (Lohit-Telugu.ttf under SIL OFL 1.1 license) that enables proper rendering of Telugu script on all sites (Facebook, Twitter, Google, etc.),

Merlin
Additional files are visible only to premium users

manifest.json


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