{
  "name": "Feelzy - Emotional Intelligence Pet App",
  "short_name": "Feelzy",
  "description": "Track your emotions and grow your emotional intelligence pets with cute notifications",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["health", "lifestyle", "education", "pets"],
  "icons": [
    {
      "src": "/feelzy_icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/black_circle_360x360.png",
      "sizes": "360x360",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/black_circle_360x360.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Feelzy Home Screen"
    },
    {
      "src": "/screenshots/pet.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Your Emotional Intelligence Pet"
    }
  ],
  "shortcuts": [
    {
      "name": "Track Emotion",
      "short_name": "Track",
      "description": "Quickly log your current emotion",
      "url": "/?action=track",
      "icons": [
        {
          "src": "/feelzy_icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Feed Pet",
      "short_name": "Feed",
      "description": "Feed your emotional pet",
      "url": "/?action=feed",
      "icons": [
        {
          "src": "/feelzy_icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {},
  "display_override": ["window-controls-overlay", "standalone", "browser"]
}