{
  "name": "Highlightly — AI video highlights",
  "short_name": "Highlightly",
  "description": "Watch only the important parts of any YouTube video.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F0EEEA",
  "theme_color": "#2D4DE0",
  "orientation": "any",
  "categories": ["productivity", "education"],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Paste a link",
      "short_name": "Paste",
      "description": "Start a new video from a YouTube link",
      "url": "/app?focus=paste"
    },
    {
      "name": "History",
      "short_name": "History",
      "description": "Videos you have already watched",
      "url": "/app/history"
    }
  ],
  "icons": [
    { "src": "/icons/192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
