{
  "name": "Notroom - Notary & Business Services",
  "short_name": "Notroom",
  "description": "Pennsylvania notary services, mobile notary, online notarization, and business filing services",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Book Service",
      "short_name": "Book",
      "description": "Book a notary service",
      "url": "/#booking-form",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Track Booking",
      "short_name": "Track",
      "description": "Track your booking status",
      "url": "/track-booking",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}

