
{
  "name": "WerdaMouth - Your Referral Network",
  "short_name": "WerdaMouth",
  "description": "Manage your professional network, referrals, and business cards",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2159AE",
  "orientation": "portrait-primary",
  "categories": ["business", "networking", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/werdamouth-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/werdamouth-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Contact",
      "short_name": "Add Contact",
      "description": "Quickly add a new contact",
      "url": "/contacts/new",
      "icons": [
        {
          "src": "/werdamouth-logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Business Cards",
      "short_name": "Cards",
      "description": "View your business cards",
      "url": "/business-cards",
      "icons": [
        {
          "src": "/werdamouth-logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "New Referral",
      "short_name": "Referral",
      "description": "Create a new referral",
      "url": "/referrals/new",
      "icons": [
        {
          "src": "/werdamouth-logo.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
