{
	"$schema": "https://json.schemastore.org/web-manifest-combined.json",
	"name": "Amnesty GRIPP",
	"short_name": "GRIPP",
	"start_url": ".",
	"display": "standalone",
	"background_color": "#FFFFFF",
	"theme_color": "#FFFFFF",
	"description": "Growing Rights Instead of Poverty Partnership.",
	"orientation": "portrait-primary",
	"scope": "https://www.siteurl.com/",
	"icons": [{
		"src": "resources/img/android-chrome-192x192.png",
		"sizes": "192x192",
		"type": "image/png"
	}, {
		"src": "resources/img/android-chrome-512x512.png",
		"type": "image/png",
		"sizes": "512x512"
	}]
}