{
  "//_comment1": "Some browsers will use this to enable push notifications.",
  "//_comment2": "It is the same for all projects, this is not your project's sender ID",
  
  "gcm_user_visible_only" : "true",
  "name": "MY Cinemas",
  "short_name": "MY Cinemas",
  "description": "MY Cinemas.",
  "theme_color": "#fff",
  "background_color": "#fff",
  "start_url": ".",
  "display": "standalone",
  "orientation": "portrait",
  "icons": [
    {
      "src": "iconset/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "iconset/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "iconset/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "iconset/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "iconset/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "iconset/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "iconset/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "iconset/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "iconset/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "iconset/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://mycinemas.sg/manifest.json"
    },
    {
      "platform": "webapp",
      "url": "https://mycinemas.sg/manifest.json"
    }
  ]
   
}
