{
  "name": "Chatterkin — Every Little Chatter Counts",
  "short_name": "Chatterkin",
  "description": "A cozy little home for your child's growing voice. Track first words, celebrate every chirp, and watch your little chatterkin flourish.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F5F0E8",
  "theme_color": "#8ED081",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["health", "education", "lifestyle", "parenting"],
  "icons": [
    {
      "src": "/app-icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log what they said",
      "short_name": "Log",
      "description": "Quickly log a new word or phrase",
      "url": "/home?log=1",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Chatter",
      "short_name": "Chatter",
      "description": "View all logged words and phrases",
      "url": "/words",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Practice",
      "short_name": "Practice",
      "description": "Practice new words with your child",
      "url": "/practice",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Chatter Tree",
      "short_name": "Tree",
      "description": "View your little chatterkin's tree",
      "url": "/garden",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
