{
  "name": "Jurza — Legal Practice Management",
  "short_name": "Jurza",
  "description": "AI-powered legal practice management for modern law firms.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#1a2744",
  "theme_color": "#1a2744",
  "orientation": "any",
  "lang": "en-US",
  "scope": "/",
  "categories": ["productivity", "business"],

  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Jurza Dashboard"
    },
    {
      "src": "/screenshots/mobile-matters.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Matter Management"
    }
  ],

  "shortcuts": [
    {
      "name": "New Matter",
      "short_name": "Matter",
      "description": "Create a new legal matter",
      "url": "/matters?new=1",
      "icons": [{ "src": "/icons/shortcut-matter.png", "sizes": "96x96" }]
    },
    {
      "name": "Start Timer",
      "short_name": "Timer",
      "description": "Start a billing timer",
      "url": "/billing?timer=1",
      "icons": [{ "src": "/icons/shortcut-timer.png", "sizes": "96x96" }]
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "description": "View notifications",
      "url": "/notifications",
      "icons": [{ "src": "/icons/shortcut-notifications.png", "sizes": "96x96" }]
    }
  ],

  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text":  "text",
      "files": [
        {
          "name": "file",
          "accept": ["application/pdf", "image/*", ".docx", ".doc"]
        }
      ]
    }
  },

  "protocol_handlers": [
    {
      "protocol": "web+jurza",
      "url": "/handle?url=%s"
    }
  ],

  "prefer_related_applications": false,

  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.jurza.app",
      "id": "com.jurza.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/jurza",
      "id": "com.jurza.app"
    }
  ]
}
