{
  "name": "Veeto Vault",
  "short_name": "Veeto",
  "description": "High-fidelity private curation and decision-making.",
  "start_url": "/vault",
  "display": "standalone",
  "id": "/",
  "scope": "/",
  "background_color": "#1e293b",
  "theme_color": "#1e293b",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
      {
      "src": "assets/screenshots/veeto-mobile.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Mobile view with Veeto features surrounding the main item grid."
    },
    {
      "src": "assets/screenshots/veeto-mobile-clean-energy-collection.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Mobile view tracking clean energy product items with live member discussions and saved local drafts."
    },
    {
      "src": "assets/screenshots/veeto-mobile-fashion-collection.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Mobile interface displaying collaborative fashion collection with real-time partner picking metrics"
    },
    {
      "src": "assets/screenshots/veeto-mobile-private-collection.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Using the mobile interface, curate and take notes privately if you prefer"
    },
    {
      "src": "assets/screenshots/veeto-mobile-veetoed-collection.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Portrait mobile display of items that have been marked irrelvant for the collection - which we call Veeto-ing."
    },
        {
      "src": "assets/screenshots/veeto-desktop.webp",
      "sizes": "1920x1080",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Desktop view with Veeto features surrounding the main item grid.."
    },
    {
      "src": "assets/screenshots/veeto-desktop-automative-collection.webp",
      "sizes": "1920x1080",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Desktop multi-column analytical dashboard monitoring automotive architecture component pricing and heat maps."
    },
    {
      "src": "assets/screenshots/veeto-desktop-fashion-collection.webp",
      "sizes": "1920x1080",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Use the desktop grid to collate fashion items and gain feedback using notes and scoring, starring your preferred items. "
    },
    {
      "src": "assets/screenshots/veeto-desktop-private-collection.webp",
      "sizes": "1920x1080",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "On desktop your private collection serves as a private note taking area."
    },
    {
      "src": "assets/screenshots/veeto-desktop-veeetoed-collection.webp",
      "sizes": "1920x1080",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Desktop grid displaying active item rating gauges, owner permissions, and custom veto overlays."
    }
  ],
  "share_target": {
    "action": "/vault", 
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded", 
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}