{
    "background_color": "#000000",
    "categories": [
      "social"
    ],
    "description": "Your Private and Anonymous College Discussion, Gossip, and News Feed.",
    "display": "standalone", 
    "gcm_user_visible_only": true,
    "icons": [
      {
        "src": "https://zoop.buzz/favIcon.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "https://zoop.buzz/favIcon.png",
        "sizes": "512x512",
        "type": "image/png"
      },
      {
        "purpose": "maskable",
        "src": "https://zoop.buzz/favIcon.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "purpose": "maskable",
        "src": "https://zoop.buzz/favIcon.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ],
    "splash_screen": {
    "image": "flashImage.svg",
    "fullScreen": true
  },
    
    "name": "Zoop",
    "screenshots": [
      {
        "src": "https://zoop.buzz/ss1.png",
        "sizes": "448x800",
        "type": "image/png"
      },
      {
        "src": "https://zoop.buzz/ss2.png",
        "sizes": "370x800",
        "type": "image/png"
      },
      {
        "src": "https://zoop.buzz/ss3.png",
        "sizes": "370x800",
        "type": "image/png"
      }
    ],
    "share_target": {
      "action": "/create_post",
      "enctype": "multipart/form-data",
      "method": "POST",
      "params": {
        "title": "title",
        "text": "text",
        "url": "url",
        "files": [
          {
            "name": "externalMedia",
            "accept": [
              "image/jpeg",
              "image/png",
              "image/gif",
              "video/quicktime",
              "video/mp4"
            ]
          }
        ]
      }
    },
    "shortcuts": [
      {
        "name": "New post",
        "url": "/create_post",
        "icons": [
          {
            "src": "https://zoop.buzz/new_post.png",
            "type": "image/png",
            "sizes": "192x192"
          }
        ]
      },
      {
        "name": "Feed",
        "url": "/home",
        "icons": [
          {
            "src": "https://zoop.buzz/feed.png",
            "type": "image/png",
            "sizes": "192x192"
          }
        ]
      },
      {
        "name": "Notifications",
        "url": "/notification",
        "icons": [
          {
            "src": "https://zoop.buzz/notification.png",
            "type": "image/png",
            "sizes": "192x192"
          }
        ]
      }
    ],
    "short_name": "Zoop",
    "start_url": "https://zoop.buzz/home",
    "theme_color": "#000000",
    "scope": "/",
    "prefer_related_applications": true,
    "launch_handler": {
      "route_to": "existing-client",
      "navigate_existing_client": "never"
    },
    "id": "manifestv2.04",
    "dir": "auto",
    "orientation": "portrait"
  }