{
  "name": "Fiverite - Curate Your World",
  "short_name": "Fiverite",
  "description": "Create and share your top 5 lists. Discover authentic recommendations from real people across movies, music, books, dining, travel, and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#54a5dc",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "id": "com.fiverite.app",
  "categories": ["social", "lifestyle", "entertainment", "news"],
  "dir": "ltr",

  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Create New List",
      "short_name": "Create",
      "description": "Start creating a new top 5 list",
      "url": "/create",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Discover Lists",
      "short_name": "Discover",
      "description": "Browse and discover lists from the community",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "View your profile and lists",
      "url": "/profile",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/screen-01.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Discover your next favorite thing"
    },
    {
      "src": "/screenshots/screen-02.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Browse curated top 5 lists"
    },
    {
      "src": "/screenshots/screen-03.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Interactive list cards"
    },
    {
      "src": "/screenshots/screen-04.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Engaging content display"
    },
    {
      "src": "/screenshots/screen-05.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Create your own lists"
    },
    {
      "src": "/screenshots/screen-06.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Share with friends"
    },
    {
      "src": "/screenshots/screen-07.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Join the community"
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false,

  "display_override": ["standalone", "minimal-ui"],

  "handle_links": "preferred",

  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },

  "edge_side_panel": {
    "preferred_width": 400
  },

  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "serviceworker": {
    "src": "/sw.js",
    "scope": "/"
  },

  "protocol_handlers": [
    {
      "protocol": "web+fiverite",
      "url": "/list/%s"
    }
  ]
}
