Assamese Font Pack

Assamese Font Pack

This extension allows the user to see the unicode fonts in Assamese even if their system does not support it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Assamese Font Pack",
  "description": "This extension allows the user to see the unicode fonts in Assamese even if their system does not support it.",
  "version": "2.0.5",
  "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"
      ]
    }
  ]
}