site.webmanifest 321 B

1234567891011
  1. {
  2. "name": "Memos",
  3. "short_name": "",
  4. "icons": [
  5. { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
  6. { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
  7. ],
  8. "theme_color": "#ffffff",
  9. "background_color": "#ffffff",
  10. "display": "standalone"
  11. }