{
  "id": "/",
  "name": "Moments",
  "short_name": "Moments",
  "description": "Turn a few seconds from every day into one beautiful film.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#f5f3ee",
  "theme_color": "#111315",
  "orientation": "any",
  "categories": ["photo", "video", "lifestyle"],
  "icons": [
    {"src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable"},
    {"src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable"}
  ],
  "shortcuts": [
    {"name": "Add videos", "short_name": "Add", "url": "/?action=import", "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]}
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{"name": "media[]", "accept": ["video/*", ".mp4", ".mov", ".webm", ".mkv", ".3gp"]}]
    }
  }
}
