Permalink
Cannot retrieve contributors at this time
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?
Codio-PWA-Template/manifest.json
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
18 lines (17 sloc)
403 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} | |
] | |
} |