{
  "id": "bivo-app",
  "name": "BIVO — Bites + Voyage",
  "short_name": "BIVO",
  "description": "Drop your food pics, pin the spots nobody knows about, and find your next must-try before everyone else.",
  "lang": "en",
  "dir": "ltr",
  "scope_extensions": [
    { "origin": "https://bivo-life.onhercules.app" }
  ],
  "start_url": "/feed",
  "scope": "/",
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#1a0533",
  "theme_color": "#5b21b6",
  "orientation": "portrait-primary",
  "categories": ["social", "food", "travel", "lifestyle", "photo"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=app.bivo",
      "id": "app.bivo"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/bivo/id000000000"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/narrow.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BIVO Feed — discover food and travel posts"
    },
    {
      "src": "/screenshots/wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BIVO Explore — browse the world's best bites and voyages"
    }
  ],
  "shortcuts": [
    {
      "name": "Feed",
      "short_name": "Feed",
      "description": "View your personalized food and travel feed",
      "url": "/feed",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Explore",
      "short_name": "Explore",
      "description": "Explore food and travel posts from around the world",
      "url": "/explore",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Create Post",
      "short_name": "Create",
      "description": "Share a new food or travel post",
      "url": "/feed/create",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ],
  "file_handlers": [
    {
      "action": "/feed/create",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".webp", ".gif"]
      }
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+bivo",
      "url": "/?share=%s"
    }
  ],
  "share_target": {
    "action": "/feed/create",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": ["image/jpeg", "image/png", "image/webp", "image/gif"]
        }
      ]
    }
  },
  "widgets": [
    {
      "name": "BIVO Feed",
      "short_name": "Feed",
      "description": "Latest food and travel posts from BIVO",
      "tag": "bivo-feed-widget",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/feed/create"
  }
}
