Tahajji - Urdu Reader

Tahajji - Urdu Reader

Read and Write Urdu in beautiful fonts using this open source extension.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tahajji - Urdu Reader",
  "version": "1.2",
  "description": "Read and Write Urdu in beautiful fonts using this open source extension.",
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_name": "Urdu Reader",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/16.png",
      "32": "images/32.png",
      "48": "images/48.png",
      "128": "images/128.png"
    }
  },
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "options_page": "options.html",
  "web_accessible_resources": [
    {
      "resources": [
        "*.woff2",
        "*.ttf"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}