Zawgyi Font Tagger

Zawgyi Font Tagger

Tool to tag and render Zawgyi font in Burmese.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Zawgyi Font Tagger",
  "version": "1.0.9",
  "description": "Tool to tag and render Zawgyi font in Burmese.",
  "icons": {
    "48": "zft_48.png",
    "128": "zft_128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "zg.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "zg.css",
    "Zawgyi-One.ttf"
  ]
}