{
  "name": "Dust Bunnies",
  "short_name": "Dust Bunnies",
  "description": "Boise's premier entertainment cleaning service. Book a bunny for your home or event.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#1A1118",
  "theme_color": "#1A1118",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "entertainment"],
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "bunny-main.png",
      "sizes": "400x500",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Book now",
      "short_name": "Book",
      "url": "./index.html#booking",
      "description": "Book a bunny now"
    },
    {
      "name": "Browse bunnies",
      "short_name": "Browse",
      "url": "./index.html#browse",
      "description": "See all available bunnies"
    }
  ]
}
