{
  "name": "FlashClips",
  "short_name": "FlashClips",
  "description": "Create flashcard-style video clips with spaced repetition learning",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f0f1a",
  "theme_color": "#0f0f1a",
  "orientation": "any",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "icons": [
    {
      "src": "/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "https://flashclips.net/add-to",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "url": "url",
      "text": "text",
      "files": [
        {
          "name": "video",
          "accept": [
            "*/*",
            "video/*",
            "video/mp4",
            ".mp4",
            "video/quicktime",
            ".mov",
            "video/webm",
            ".webm",
            "video/x-msvideo",
            ".avi",
            "video/3gpp",
            ".3gp",
            "video/3gpp2",
            ".3g2",
            "video/ogg",
            ".ogv"
          ]
        }
      ]
    }
  }
}
