{
    "name": "Quiz Hub",
    "short_name": "QuizHub",
    "start_url":".",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#FFFFFF",
    "theme_color":"#FF0000",
    "icons": [
        {
            "src":"/icons/logo32.png",
            "sizes": "32x32",
            "type":"image/png",
            "purpose" : "any"
        },
        {
            "src":"/icons/logo64.png",
            "sizes": "64x64",
            "type":"image/png",
            "purpose" : "any"
        },
        {
            "src":"/icons/logo144.png",
            "sizes": "144x144",
            "type":"image/png",
            "purpose" : "any"
        }
    ],
    "screenshots" : [
        {
            "src":"/icons/screenshot.png",
            "sizes" : "320x320",
            "type" : "image/png",
            "label":"With Quiz Hub app, You can easily take your quiz from the comfort of your mobile homepage",
            "form_factor" :"wide"
        },
        {
            "src":"/icons/screen-mob.png",
            "sizes" : "320x320",
            "type" : "image/png",
            "label":"With Quiz Hub app, You can easily take your quiz from the comfort of your mobile homepage",
            "form_factor" :"narrow"
        }
    ]
}