{
  "name": "KidKaptain Write",
  "short_name": "KK Write",
  "description": "A simple communication tool for typing, speaking, and finger-writing.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#eef8ff",
  "theme_color": "#07366f",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}