Continous Integration in der Praxis Gruppenarbeit
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
291 B

2 years ago
  1. {
  2. "name": "BlazorMiniGames",
  3. "short_name": "BlazorMiniGames",
  4. "start_url": "./",
  5. "display": "standalone",
  6. "background_color": "#ffffff",
  7. "theme_color": "#03173d",
  8. "icons": [
  9. {
  10. "src": "icon-512.png",
  11. "type": "image/png",
  12. "sizes": "512x512"
  13. }
  14. ]
  15. }