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.

21 lines
483 B

4 years ago
  1. {
  2. "short_name": "$REPO_NAME",
  3. "name": "$REPO_NAME",
  4. "description": "$REPO_DESCRIPTION",
  5. "icons": [
  6. {
  7. "src": "/images/icons-192.png",
  8. "type": "image/png",
  9. "sizes": "192x192"
  10. },
  11. {
  12. "src": "/images/icons-512.png",
  13. "type": "image/png",
  14. "sizes": "512x512"
  15. }
  16. ],
  17. "start_url": "/",
  18. "background_color": "#343a40",
  19. "theme_color": "#343a40",
  20. "display": "standalone",
  21. "scope": "/"
  22. }