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.

manifest_json.tmpl 786B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "short_name": "Gitea",
  3. "name": "Gitea - Git with a cup of tea",
  4. "icons": [
  5. {
  6. "src": "{{StaticUrlPrefix}}/img/gitea-lg.png",
  7. "type": "image/png",
  8. "sizes": "880x880"
  9. },
  10. {
  11. "src": "{{StaticUrlPrefix}}/img/gitea-sm.png",
  12. "type": "image/png",
  13. "sizes": "120x120"
  14. },
  15. {
  16. "src": "{{StaticUrlPrefix}}/img/gitea-512.png",
  17. "type": "image/png",
  18. "sizes": "512x512"
  19. },
  20. {
  21. "src": "{{StaticUrlPrefix}}/img/gitea-192.png",
  22. "type": "image/png",
  23. "sizes": "192x192"
  24. }
  25. ],
  26. "start_url": "{{AppSubUrl}}/",
  27. "scope": "{{AppSubUrl}}/",
  28. "background_color": "#FAFAFA",
  29. "display": "standalone",
  30. "theme_color": "{{ThemeColorMetaTag}}"
  31. }