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.
 
 
 
 

22 rivejä
405 B

  1. {
  2. "name": "Paanaak",
  3. "short_name": "Paanaak",
  4. "start_url": "./",
  5. "display": "standalone",
  6. "background_color": "#ffffff",
  7. "theme_color": "#03173d",
  8. "prefer_related_applications": false,
  9. "icons": [
  10. {
  11. "src": "icon-512.png",
  12. "type": "image/png",
  13. "sizes": "512x512"
  14. },
  15. {
  16. "src": "icon-192.png",
  17. "type": "image/png",
  18. "sizes": "192x192"
  19. }
  20. ]
  21. }