{
  "name": "Game Journal",
  "short_name": "GameJournal",
  "description": "Log your thoughts while playing and generate polished game reviews with Groq AI.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f0f2fc",
  "theme_color": "#f0f2fc",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ]
}
