{
  "name": "IronVault - Password & Subscription Manager",
  "short_name": "IronVault",
  "description": "IronVault - Offline-first password and subscription manager with AES-256 encryption and complete privacy. Your data never leaves your device.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f23",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "categories": ["productivity", "security", "utilities"],
  "lang": "en",
  "icons": [
    {
      "src": "/icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Password",
      "short_name": "Add Password",
      "description": "Add a new password to your vault",
      "url": "/passwords?action=add",
      "icons": [
        {
          "src": "/icons/shortcut-add-password.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Subscriptions", 
      "short_name": "Subscriptions",
      "description": "View and manage your subscriptions",
      "url": "/subscriptions",
      "icons": [
        {
          "src": "/icons/shortcut-subscriptions.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-vault.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "IronVault Desktop Interface"
    },
    {
      "src": "/screenshots/mobile-vault.png", 
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "IronVault Mobile Interface"
    }
  ],
  "prefer_related_applications": false
}
