Awami Nastaliq Font Package

Awami Nastaliq Font Package

This extension allows the user to use Awami Nastaliq font to see Urdu and other languages that written in Arabic scripts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Awami Nastaliq Font Package",
  "version": "3.1.0.0",
  "description": "This extension allows the user to use Awami Nastaliq font to see Urdu and other languages that written in Arabic scripts.",
  "author": "Krasnaya Ploshchad",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "css": [
        "awami.css"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "fonts/AwamiNastaliq-Regular.woff2"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ddc5a2be-8e83-4eb3-8519-685272b875f4}"
    }
  }
}