{
    "name": "NoteSheet",
    "short_name": "NoteSheet",
    "description": "Write and handle all your notes. Digital!",
    "icons": [
      { "src": "./favicon/favicon192px.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      { "src": "./favicon/favicon512px.png",
        "sizes": "512x512",
        "type": "image/png"
      },
      { "src": "./favicon/favicon152px.png",
        "sizes": "152x152",
        "type": "image/png"
      },
      { "src": "./favicon/favicon167px.png",
        "sizes": "167x167",
        "type": "image/png"
      },
      { "src": "./favicon/favicon180px.png",
        "sizes": "180x180",
        "type": "image/png"
      }
    ],
    "lang": "de-DE",
    "start_url": "./index.html",
    "display": "fullscreen",

    "theme_color": "#7f7f7f",
    "background_color": "#7f7f7f",
    "prefer_related_applications": false,
	
	"screenshots":[
		{
			"src": "/screenshots/ss1.png",
			"sizes": "1280x720",
			"type": "image/png"
		}
	],
	"categories": ["notes", "education", "digital", "writing", "software"]

  }