This repository has been archived on 2025-09-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
repertory-ui/public/manifest.json
Scott E. Graves a778b6dd25 Initial commit
2018-09-25 12:30:15 -05:00

16 lines
309 B
JSON

{
"short_name": "repertory-ui",
"name": "Repertory UI",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}