{
  "name": "LoopCraft",
  "short_name": "LoopCraft",
  "description": "Create precise video loops for skill mastery. Loop any YouTube video at custom speeds.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f1520",
  "theme_color": "#0dcfde",
  "categories": ["education", "entertainment", "music"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Search Videos",
      "url": "/?action=search",
      "description": "Search for a YouTube video to loop"
    }
  ]
}
