{
  "name": "Project Orange Blossom - Food Truck Mobile Ordering",
  "short_name": "Project Orange Blossom",
  "description": "Order ahead from your favorite food trucks with secure authentication. Skip the line, order ahead, and pick up when ready!",
  "version": "1.0.0",
  "theme_color": "#ef4444",
  "background_color": "#ffffff",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "start_url": "/",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["food", "business", "shopping"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icons/icon-72x72.svg",
      "sizes": "72x72",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-96x96.svg",
      "sizes": "96x96",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-128x128.svg",
      "sizes": "128x128",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-144x144.svg",
      "sizes": "144x144",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-152x152.svg",
      "sizes": "152x152",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-384x384.svg",
      "sizes": "384x384",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Trucks Near Me",
      "short_name": "Find Trucks",
      "description": "Discover food trucks in your area",
      "url": "/map",
      "icons": [
        {
          "src": "icons/shortcut-map.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Scan QR Code",
      "short_name": "Scan QR",
      "description": "Quickly scan truck QR codes to order",
      "url": "/scan",
      "icons": [
        {
          "src": "icons/shortcut-qr.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your order history and status",
      "url": "/dashboard",
      "icons": [
        {
          "src": "icons/shortcut-orders.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Add Your Truck",
      "short_name": "Add Truck",
      "description": "Register your food truck on Project Orange Blossom",
      "url": "/truck/signup",
      "icons": [
        {
          "src": "icons/shortcut-truck.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "images",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+foodtruck",
      "url": "/truck/%s"
    }
  ],
  "related_applications": [],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "capture_links": "new-client",
  "file_handlers": [
    {
      "action": "/share",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp"]
      }
    }
  ],
  "web_accessible_resources": [
    "icons/*.png",
    "sounds/notification.mp3",
    "sounds/order-ready.mp3"
  ],
  "permissions": [
    "geolocation",
    "camera",
    "microphone",
    "push",
    "background-sync",
    "notifications"
  ],
  "gcm_sender_id": "103953800507",
  "gcm_user_visible_only": true
}