manifest.webmanifest 366 B

123456789101112131415
  1. {
  2. "name": "Balance",
  3. "short_name": "Balance",
  4. "start_url": "index.html",
  5. "display": "fullscreen",
  6. "background_color": "#231F20",
  7. "theme_color": "#000",
  8. "description": "",
  9. "icons": [{
  10. "src": "TemplateData/icons/unity-logo-dark.png",
  11. "sizes": "144x144",
  12. "type": "image/png",
  13. "purpose": "any maskable"
  14. }]
  15. }