Ohm-Management - Projektarbeit B-ME
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 521B

12345678910111213141516171819202122
  1. {
  2. "short_name": "OHM News",
  3. "name": "OHM News",
  4. "icons": [
  5. {
  6. "src":"img/launcher/android_launcher_app_icon_192.png",
  7. "type": "image/png",
  8. "sizes": "192x192"
  9. },
  10. {
  11. "src":"img/launcher/android_launcher_app_icon_512.png",
  12. "type": "image/png",
  13. "sizes": "512x512"
  14. }
  15. ],
  16. "start_url": "/om/?utm_source=homescreen",
  17. "background_color": "#FFF",
  18. "display": "standalone",
  19. "orientation": "portrait",
  20. "scope": "/om/",
  21. "theme_color": "#0046a0"
  22. }