Skip to content
Permalink
488e8ab2c0
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
18 lines (17 sloc) 403 Bytes
{
"name": "PWA",
"short_name": "Simple PWA",
"lang": "en-GB",
"start_url": "index.html",
"display": "standalone",
"background_color": "#005EB8",
"theme_color": "#005EB8",
"icons": [
{
"src": "icons/maskable_icon.png",
"type": "image/png",
"purpose": "any maskable",
"sizes": "72x72 96x96 120x120 128x128 144x144 152x152 180x180 192x192 256x256 384x384 512x512 1024x1024"
}
]
}