{
  "name": "SHAKA",
  "short_name": "SHAKA",
  "description": "Personal dashboard — tasks, wishes, archive",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#F2F2F7",
  "theme_color": "#5B4FE9",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icon-app.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}
