manifest.json 388 B

12345678910111213141516
  1. {
  2. "short_name": "Dim",
  3. "name": "Dim - Fueled By Dark Forces",
  4. "description": "A self hosted media manager to organize and beautify your media collections.",
  5. "icons": [
  6. {
  7. "src": "/logoBlack128.png",
  8. "sizes": "128x128",
  9. "type": "image/png"
  10. }
  11. ],
  12. "start_url": ".",
  13. "display": "standalone",
  14. "theme_color": "#1a1a1a",
  15. "background_color": "#1a1a1a"
  16. }