{
  "id": "prenotacorsi-booking-system",
  "name": "PrenotaCorsi - Universal Booking System",
  "short_name": "PrenotaCorsi",
  "description": "Universal booking system for classes, appointments, and services",
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "lifestyle"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "related_applications": [],
  "scope_extensions": [
    {"origin": "https://prenotacorsi.com"}
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    {
      "src": "/favicon.svg?v=3",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home page showing available services and booking options"
    },
    {
      "src": "/screenshots/mobile-booking.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile booking interface for classes and appointments"
    },
    {
      "src": "/screenshots/desktop-dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "User dashboard with upcoming bookings and schedule management"
    },
    {
      "src": "/screenshots/mobile-profile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "User profile page with booking history and preferences"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "New Booking",
      "short_name": "Book",
      "description": "Create a new booking",
      "url": "/bookings/create",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+prenotacorsi",
      "url": "/booking?action=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "text/csv": [".csv"],
        "application/json": [".json"]
      }
    }
  ],
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "widgets": [
    {
      "name": "Quick Booking",
      "short_name": "Book",
      "description": "Quick access to create a new booking",
      "tag": "quick-booking",
      "template": "quick-booking-template",
      "ms_ac_template": "adaptive-card-booking",
      "data": "/widgets/booking-data",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/widgets/booking-widget-screenshot.png",
          "sizes": "200x200",
          "label": "Quick Booking Widget"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ],
      "auth": false,
      "update": 900
    },
    {
      "name": "Upcoming Bookings",
      "short_name": "Schedule",
      "description": "View your upcoming bookings",
      "tag": "upcoming-bookings",
      "template": "upcoming-bookings-template",
      "ms_ac_template": "adaptive-card-schedule",
      "data": "/widgets/schedule-data",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/widgets/schedule-widget-screenshot.png",
          "sizes": "200x200",
          "label": "Schedule Widget"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ],
      "auth": true,
      "update": 300
    }
  ]
}