Type Fu

Type Fu

Touch typing trainer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Type Fu",
  "short_name": "Type Fu",
  "description": "Touch typing trainer.",
  "version": "4.8.0",
  "manifest_version": 2,
  "minimum_chrome_version": "61",
  "offline_enabled": true,
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCKoG9mpnc3U3CWW6hWGOu5/vAagaZ8uzwfiMlp4gYlxky3K3xItM+uGIrKR22DVwIE+/zGG5XQ30WRezfcRrF69R2LbUu2TH5XXz0eJ7BgyV/N01PhXw0pA78g1mPm5X1QpF21Ma1G8OBeG8S5Ga1+gv/NL/Aw2LHnDMtwZoIp0wIDAQAB",
  "oauth2": {
    "client_id": "377471347455-akno5biiqhrjdbfvns4r8df7pt8nbmme.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  },
  "app": {
    "background": {
      "scripts": [
        "runtime/chrome-main.js"
      ]
    }
  },
  "webview": {
    "partitions": [
      {
        "name": "type-fu",
        "accessible_resources": [
          "*"
        ]
      }
    ]
  },
  "permissions": [
    "webview",
    "storage",
    "identity",
    "https://www.googleapis.com/"
  ],
  "icons": {
    "16": "images/app-16.png",
    "32": "images/app-32.png",
    "48": "images/app-48.png",
    "128": "images/app-128.png"
  }
}