{
  "name": "Build of the Week - ACS Composite",
  "short_name": "BOTW",
  "id": "/?source=pwa",
  "description": "Share and discover custom Corvette builds from the ACS Composite community",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6468f0",
  "orientation": "portrait-primary",
  "categories": ["automotive", "shopping", "lifestyle", "social"],
  "lang": "en-US",
  "dir": "ltr",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "icons": [
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Builds",
      "short_name": "Browse",
      "description": "Browse all community builds",
      "url": "/builds",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Feed",
      "short_name": "Feed",
      "description": "Check your social feed",
      "url": "/feed",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Submit Build",
      "short_name": "Submit",
      "description": "Submit your build",
      "url": "/builds/new",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://botw-rr.fly.dev/manifest.json"
    }
  ],
  "iarc_rating_id": "",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "file_handlers": [
    {
      "action": "/builds/new",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp"],
        "video/*": [".mp4", ".mov", ".webm"]
      }
    }
  ],
  "scope_extensions": [
    {
      "type": "origin",
      "origin": "https://acscomposite.com"
    },
    {
      "type": "origin",
      "origin": "https://*.acscomposite.com"
    }
  ],
  "handle_links": "preferred",
  "share_target": {
    "action": "/builds/new",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },
  "launch_handler": {
    "client_mode": ["focus-existing", "navigate-existing", "auto"]
  }
}