{
  "name": "Time To Talk",
  "short_name": "Time2Talk",
  "description": "A calm communication helper app for people with autism and social anxiety. Get help with conversations, practice social situations, and communicate at your own pace.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1a1d2e",
  "theme_color": "#1a1d2e",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logoofapp.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logoofapp.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Start Conversation",
      "short_name": "Chat",
      "description": "Start a new conversation with Timo",
      "url": "/?mode=chat",
      "icons": [
        {
          "src": "/logoofapp.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
