{
	"share_target": {
		"action": "/",
		"method": "GET",
		"params": {
			"url": "add"
		},
		"enctype": "application/x-www-form-urlencoded"
	},
	"short_name": "tw-rl",
	"name": "tw-rl",
	"icons": [
		{
			"src": "/images/icon-192.png",
			"type": "image/png",
			"sizes": "192x192"
		},{
			"src": "/images/icon-512.png",
			"type": "image/png",
			"sizes": "512x512"
		}
	],
	"start_url": "/",
	"background_color": "#000000",
	"display": "fullscreen",
	"scope": "/",
	"theme_color": "#000000",
	"shortcuts": [
		{
			"name": "Curators",
			"url": "/curators",
			"icons": [{ "src": "/images/icon-96.png", "sizes": "96x96" }]
		},{
			"name": "Notes",
			"url": "/notes",
			"icons": [{ "src": "/images/icon-96.png", "sizes": "96x96" }]
		},{
			"name": "Search",
			"url": "/?s=",
			"icons": [{ "src": "/images/icon-96.png", "sizes": "96x96" }]
		}
	],
	"description": "Save and organize the noise.",
	"screenshots": [
		{
			"src": "/images/screenshot.png",
			"type": "image/png",
			"sizes": "540x720"
		}
	]
}