{
    "name" : "Stundenplan",
    "short_name" : "Stundenplan",
    "description" : "Speichere deinen Studenplan online ab und greife von überall drauf zu.",
    "display" : "standalone",
    "start_url": ".",
    "background_color" : "black",
    "theme_color" : "white",
    "icons" : [
        {"src": "icon.png", "sizes": "48x48 72x72 96x96 128x128 196x196 256x256 512x512", "type": "image/png"}
    ],
    "manifest_version" : 2,
    "version": "0.1",
    "applications" : {
        "gecko" : {
            "id" : "addon@example.com"
        }
    },
	"permissions" : [
		"background",
		"notifications"
	]
}
