{
  "name": "FixNotify - Workshop Management",
  "short_name": "FixNotify",
  "description": "Comprehensive workshop management system for automotive workshops. Manage customers, vehicles, services, and automated reminders.",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "./",
  "start_url": "./",
  "theme_color": "#10b981",
  "background_color": "#ffffff",
  "categories": ["business", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "icons/fixnotify-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/fixnotify-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/fixnotify-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/fixnotify-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/fixnotify-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/fixnotify-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/fixnotify-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/fixnotify-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/fixnotify-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/fixnotify-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "images/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "FixNotify - Workshop Management System"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View workshop dashboard and statistics",
      "url": "/dashboard",
      "icons": [
        {
          "src": "icons/fixnotify-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "description": "Manage customer information",
      "url": "/customers",
      "icons": [
        {
          "src": "icons/fixnotify-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Reminders",
      "short_name": "Reminders",
      "description": "View and manage customer reminders",
      "url": "/reminders",
      "icons": [
        {
          "src": "icons/fixnotify-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
