{
  "name": "Ubify: Neural Knowledge Hub",
  "short_name": "Ubify",
  "description": "Premium YouTube Learning & Knowledge Management Ecosystem.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0A0A0B",
  "theme_color": "#0A0A0B",
  "orientation": "any",
  "categories": ["education", "productivity", "utilities"],
  "id": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "display_override": ["standalone", "window-controls-overlay", "minimal-ui"],
  "share_target": {
    "action": "/import/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Neural Workbench",
      "short_name": "Workbench",
      "description": "Jump straight into the Neural Player",
      "url": "/player",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Knowledge Library",
      "short_name": "Library",
      "description": "Access your cognitive vault",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Import Video",
      "short_name": "Import",
      "description": "Import a YouTube video or playlist",
      "url": "/import",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
