{
  "id": "com.edenictech.vuna",
  "name": "EdenVuna",
  "short_name": "EdenVuna",
  "description": "Precision agriculture platform for farmers. Get AI-powered crop advice, weather forecasts, and farm management tools.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#022c22",
  "theme_color": "#10b981",
  "categories": ["agriculture", "productivity", "utilities", "business", "education"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "protocol_handlers": [
    {
      "protocol": "web+edenvuna",
      "url": "/%s"
    }
  ],
  "share_target": {
    "action": "/adam",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your farm dashboard",
      "url": "/farms",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Crops",
      "short_name": "Crops",
      "description": "Manage your crops and cultivation plans",
      "url": "/crops",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Task Tracker",
      "short_name": "Tasks",
      "description": "View pending cultivation tasks",
      "url": "/tasks",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Adam AI",
      "short_name": "Adam",
      "description": "Chat with Adam AI assistant",
      "url": "/adam",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.edenictech.vuna",
      "id": "com.edenictech.vuna"
    }
  ],
  "icons": [
    { "src": "/icons/icon-72x72.png", "sizes": "72x72", "type": "image/png" },
    { "src": "/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "/icons/icon-128x128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "/icons/icon-144x144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/icons/icon-152x152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-384x384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/maskable-icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/adam.png",
      "sizes": "729x988",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/tasks.png",
      "sizes": "720x984",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/map.png",
      "sizes": "739x936",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "widgets": [
    {
      "name": "Vuna Tasks",
      "short_name": "Tasks",
      "description": "View your upcoming farming tasks directly on your home screen.",
      "tag": "vuna-tasks",
      "template": "widget-template",
      "ms_ac_template": "widget-template",
      "data": "/widget-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshots/tasks.png",
          "sizes": "720x984",
          "label": "Tasks Widget"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ],
      "auth": true,
      "update": 86400
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/tasks"
  },
  "scope_extensions": [
    { "origin": "*.edenictech.com" }
  ]
}
