manifest.json (280 B )
1 { 2 "name": "matryoshka", 3 "short_name": "matryoshka", 4 "icons": [ 5 { 6 "src": "resources/icons/icon.png", 7 "sizes": "1200x1200", 8 "type": "image/png" 9 } 10 ], 11 "start_url": "/matryoshka/", 12 "display": "fullscreen", 13 "background_color": "#000000", 14 "theme_color": "#ccff00" 15 }