{
  "name": "Flolyst - Price List Generator",
  "short_name": "Flolyst",
  "description": "Professional price list generator for modern businesses by Grooveat.in",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#2e7d32",
  "theme_color": "#2e7d32",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "icons/flolyst_logo.jpeg",
      "sizes": "72x72",
      "type": "image/jpeg",
      "purpose": "maskable any"
    },
    {
      "src": "icons/flolyst_logo.jpeg",
      "sizes": "96x96",
      "type": "image/jpeg",
      "purpose": "maskable any"
    },
    {
      "src": "icons/flolyst_logo.jpeg",
      "sizes": "128x128",
      "type": "image/jpeg",
      "purpose": "maskable any"
    },
    {
      "src": "icons/flolyst_logo.jpeg",
      "sizes": "144x144",
      "type": "image/jpeg",
      "purpose": "maskable any"
    },
    {
      "src": "icons/flolyst_logo.jpeg",
      "sizes": "152x152",
      "type": "image/jpeg",
      "purpose": "maskable any"
    },
    {
      "src": "icons/flolyst_logo.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "maskable any"
    },
    {
      "src": "icons/flolyst_logo.jpeg",
      "sizes": "384x384",
      "type": "image/jpeg",
      "purpose": "maskable any"
    },
    {
      "src": "icons/flolyst_logo.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/mobile-screenshot1.png",
      "sizes": "375x667",
      "type": "image/png",
      "platform": "narrow",
      "label": "Flolyst Price List Management"
    },
    {
      "src": "screenshots/mobile-screenshot2.png",
      "sizes": "375x667",
      "type": "image/png",
      "platform": "narrow",
      "label": "Product Management Screen"
    },
    {
      "src": "screenshots/desktop-screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Flolyst Desktop View"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Create New Price List",
      "short_name": "New List",
      "description": "Start creating a new price list",
      "url": "/?action=new-list",
      "icons": [
        {
          "src": "icons/shortcut-icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Manage Products",
      "short_name": "Products",
      "description": "Manage your product catalog",
      "url": "/?action=manage-products",
      "icons": [
        {
          "src": "icons/shortcut-icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Price Lists",
      "short_name": "Price Lists",
      "description": "View your saved price lists",
      "url": "/?action=view-lists",
      "icons": [
        {
          "src": "icons/shortcut-icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}