{
	"name": "ThirdPen",
	"short_name": "ThirdPen",
	"description": "Learny anything interactively",
	"background_color": "#171717",
	"display": "standalone",
	"orientation": "natural",
	"start_url": "/",
	"scope": "/",
	"lang": "en",
	"dir": "ltr",
	"display_override": [
		"window-controls-overlay"
	],
	"launch_handler": {
		"client_mode": "focus-existing"
	},
	"file_handlers": [
		{
			"action": "/read/viewer",
			"accept": {
				"application/pdf": [
					".pdf"
				]
			},
			"icons": [
				{
					"src": "/android-chrome-192x192.png",
					"sizes": "192x192"
				}
			],
			"launch_type": "multiple-clients"
		}
	],
	"share_target": {
		"action": "/read/viewer",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"files": [
				{
					"name": "file",
					"accept": [
						"application/pdf"
					]
				}
			]
		}
	},
	"icons": [
		{
			"src": "/android-chrome-192x192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/android-chrome-512x512.png",
			"sizes": "512x512",
			"type": "image/png"
		},
		{
			"src": "/maskable-icon.png",
			"type": "image/png",
			"sizes": "512x512",
			"purpose": "maskable"
		}
	],
	"features": [
		"Interactive learning",
		"Concept exploration",
		"Visual learning",
		"Cross-device compatibility"
	],
	"categories": [
		"education",
		"productivity",
		"utilities",
		"ai",
		"learning"
	],
	"shortcuts": [
		{
			"name": "Ask",
			"short_name": "Ask Thirdpen",
			"description": "Quickly generate a new interactive article",
			"url": "/",
			"icons": [
				{
					"src": "/android-chrome-192x192.png",
					"sizes": "192x192"
				}
			]
		},
		{
			"name": "Your Quest",
			"short_name": "Your Thirdpen resources",
			"description": "Explore your learnings on thirdpen",
			"url": "/",
			"icons": [
				{
					"src": "/android-chrome-192x192.png",
					"sizes": "192x192"
				}
			]
		},
		{
			"name": "Explore Community",
			"short_name": "Explore",
			"description": "Browse list of interactive resource available in community",
			"url": "/community",
			"icons": [
				{
					"src": "/android-chrome-192x192.png",
					"sizes": "192x192"
				}
			]
		}
	]
}