{
  "name": "Intentia - Universal Intent-Centric Execution Protocol",
  "short_name": "Intentia",
  "description": "Declare what you want, not how to do it. Experience the paradigm shift from imperative transactions to declarative intents across all blockchains.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#14b8a6",
  "orientation": "portrait-primary",
  "categories": ["finance", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/hero-blockchain-network.svg",
      "sizes": "1200x600",
      "type": "image/svg+xml",
      "label": "Intentia Protocol Overview"
    }
  ],
  "shortcuts": [
    {
      "name": "Launch App",
      "short_name": "App",
      "description": "Create and manage cross-chain intents",
      "url": "/app",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Read Whitepaper", 
      "short_name": "Docs",
      "description": "Technical documentation and protocol details",
      "url": "/whitepaper",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Developer Tools",
      "short_name": "Dev",
      "description": "APIs, SDKs and integration guides",
      "url": "/developers", 
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}