Type Zebra

Type Zebra

Font Explorer. Test your fonts in a web browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Type Zebra",
  "description": "Font Explorer. Test your fonts in a web browser.",
  "version": "1.2",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://typezebra.com/",
      "http://typezebra.com/index.html"
    ],
    "launch": {
      "web_url": "http://typezebra.com/"
    }
  },
  "icons": {
    "128": "icon128.png"
  },
  "offline_enabled": true,
  "permissions": [
    "unlimitedStorage"
  ]
}