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 301B

123456789101112131415
  1. {
  2. "short_name": "OMapp",
  3. "name": "OMapp",
  4. "icons": [
  5. {
  6. "src":"img/th_nbg_ohmicon_amp.png",
  7. "sizes": "200x200",
  8. "type": "image/png"
  9. }
  10. ],
  11. "start_url": "/om/?utm_source=homescreen",
  12. "background_color": "#FFF",
  13. "theme_color": "#0046a0",
  14. "display": "standalone"
  15. }