{
    "name": "Stick-it Notes by Tharun",
    "short_name": "Stick-it",
    "start_url": "index.html",
    "scope": "./",
    "icons": [{
            "src": "images/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "images/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#ffd31d",
    "background_color": "#333",
    "display": "standalone"
}