{
  "name": "Luminary Technicals",
  "short_name": "Luminary",
  "description": "Personal tech ecosystem by AR. Abhinav Ranjan.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#080b1a",
  "theme_color": "#F5C518",
  "orientation": "portrait",
  "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": "Projects",
      "url": "/frontend/projects.html",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Owner",
      "url": "/frontend/owner.html",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Collab",
      "url": "/frontend/collab.html",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
