manifest.webmanifest 544 B

123456789101112131415
  1. {
  2. "name": "GenRecon — wideo → spacer 3D",
  3. "short_name": "GenRecon",
  4. "description": "Zamień film z telefonu w scenę 3D, po której możesz chodzić.",
  5. "start_url": "./",
  6. "scope": "./",
  7. "display": "standalone",
  8. "background_color": "#0e1116",
  9. "theme_color": "#0e1116",
  10. "orientation": "any",
  11. "icons": [
  12. { "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
  13. { "src": "./icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  14. ]
  15. }