{
  "name": "WhereUapp - Your Super App",
  "short_name": "WhereUapp",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#121212",
  "theme_color": "#6D43FC",
  "description": "The all-in-one app for finding a place to stay and a ride to take you there. Browse properties and request rides.",
  "orientation": "portrait-primary",
  "scope": "/whereuapp/",
  "lang": "en",
  "categories": [
    "travel",
    "lifestyle",
    "utilities"
  ],
  "icons": [
    {
      "src": "icons/ItunesArtwork@2x.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/ItunesArtwork@2x.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/ItunesArtwork@2x.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/ItunesArtwork@2x.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icons/ItunesArtwork@2x.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Properties",
      "short_name": "Properties",
      "description": "Browse available properties",
      "url": "index.html",
      "icons": [
        {
          "src": "icons/ItunesArtwork@2shortcutsx.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "View your profile",
      "url": "profile.html",
      "icons": [
        {
          "src": "icons/ItunesArtwork@2x.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "gcm_sender_id": "103953800507",
  "gcm_user_visible_only": true,
  "edge_side_panel": {
    "preferred_width": 400
  }
}