{
  "name": "ayye - make fast, smart decisions",
  "short_name": "ayye",
  "description": "Quick decisions, verified agreements, and AI-powered insights",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#141414",
  "theme_color": "#141414",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Instant Ayye",
      "short_name": "Instant Ayye",
      "description": "Create a quick yes/no decision",
      "url": "/create-quick?source=shortcut",
      "icons": [{ "src": "/icon-192.png?v=2", "sizes": "192x192" }]
    },
    {
      "name": "New Document",
      "short_name": "New Doc",
      "description": "Create a new agreement document",
      "url": "/create?source=shortcut",
      "icons": [{ "src": "/icon-192.png?v=2", "sizes": "192x192" }]
    },
    {
      "name": "My Decisions",
      "short_name": "Decisions",
      "description": "View your decision history",
      "url": "/docs?tab=catalog",
      "icons": [{ "src": "/icon-192.png?v=2", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/create-quick",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [],
  "prefer_related_applications": false,
  "categories": ["productivity", "business"]
}
