{
  "name": "Digital Notary DApp - Copyright Registration, Digital Notary Blockchain Service",
  "short_name": "DigitalNotary", 
  "description": "Digital Notary DApp - Copyright registration on blockchain in 1 minute. Copyright protection, court evidence, eternal records.",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#3f1785",
  "background_color": "#444444",
  "orientation": "landscape",  
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities", "finance"],
  "icons": [
    {
      "src": "/icons/icon-44x44.png",
      "sizes": "44x44",
      "type": "image/png",
      "purpose": "any monochrome"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-150x150.png",
      "sizes": "150x150",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-310x150.png",
      "sizes": "310x150",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-310x310.png",
      "sizes": "310x310",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot1.png",
      "sizes": "1366x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Main Interface - Registration Panel"
    },
    {
      "src": "/screenshots/screenshot2.png", 
      "sizes": "1366x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Content Verification"
    },
    {
      "src": "/screenshots/screenshot3.png",
      "sizes": "1366x768", 
      "type": "image/png",
      "form_factor": "wide",
      "label": "Rights Transfer"
    },
    {
      "src": "/screenshots/screenshot4.png",
      "sizes": "1366x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Owner Panel"
    },
    {
      "src": "/screenshots/screenshot5.png",
      "sizes": "1366x768",
      "type": "image/png",
      "form_factor": "wide", 
      "label": "How It Works"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 320
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}