{
  "name": "PAMKIT: Your personal AI Agent, Your Family's Vault",
  "short_name": "PAMKIT",
  "description": "Your personal AI Agent, Your Family's Vault. AI-Powered Asset & Document Management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0A14",
  "theme_color": "#0A0A14",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-full.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "PamKit Dashboard"
    },
    {
      "src": "/screenshots/dashboard-overview.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile Property Management"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Property",
      "short_name": "Add Property",
      "description": "Quickly add a new property",
      "url": "/properties/add",
      "icons": [
        {
          "src": "/icons/shortcut-add-property.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Properties",
      "short_name": "Properties",
      "description": "View all properties",
      "url": "/properties",
      "icons": [
        {
          "src": "/icons/shortcut-properties.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Documents",
      "short_name": "Documents",
      "description": "Manage documents",
      "url": "/documents",
      "icons": [
        {
          "src": "/icons/shortcut-documents.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.pamkit.app",
      "id": "com.pamkit.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/pamkit/id123456789"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}