{
  "name": "Between Us - Relationship App",
  "short_name": "Between Us",
  "description": "A beautiful relationship app for couples to journal, resolve conflicts, and grow together",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ec4899",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["lifestyle", "social", "productivity"],

  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Journal Entry",
      "short_name": "Journal",
      "description": "Write a new journal entry",
      "url": "/journal"
    },
    {
      "name": "Send Praise",
      "short_name": "Praise", 
      "description": "Send appreciation to your partner",
      "url": "/praise"
    },
    {
      "name": "Secret Thoughts",
      "short_name": "Secrets",
      "description": "Write private thoughts",
      "url": "/secret-thoughts"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
