{
  "name": "Loovly",
  "short_name": "Loovly",
  "description": "Loovly helps creators give loved, gifted, and story-featured pieces a second life through trusted social resale.",
  "id": "/?source=pwa",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "categories": ["shopping", "lifestyle", "social"],
  "lang": "en",
  "dir": "ltr",
  "background_color": "#ffffff",
  "theme_color": "#ec4899",
  "icons": [
    { "src": "/favicon-32.png", "sizes": "32x32", "type": "image/png" },
    { "src": "/favicon.ico", "sizes": "64x64", "type": "image/x-icon" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
  ],
  "shortcuts": [
    { "name": "Add product", "short_name": "Add", "url": "/app/products/new", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Closet", "short_name": "Closet", "url": "/app/closet", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Buyer interest", "short_name": "Interest", "url": "/app/interests", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}