{
  "name": "Foloup",
  "short_name": "Foloup",
  "description": "Simple offline client payment tracker and follow-up tool for freelancers and small businesses.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FF6347",
  "theme_color": "#FF6347",
  "orientation": "portrait",
  "lang": "en-US",
  "categories": [
    "business",
    "finance",
    "productivity"
  ],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]

}