{
  "name": "My Feelings",
  "short_name": "My Feelings",
  "description": "My Feelings Journal & Insights App",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f8f9fa",
  "theme_color": "#864d61",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon.jpg",
      "sizes": "512x512",
      "type": "image/jpeg"
    }
  ]
}
