{
	"name": "VALCURE",
	"short_name": "VALCURE",
	"id": "app.valcure.jp",
	"description": "車両盗難から大切な車を守る管理システム VALCURE",
	"lang": "ja",
	"dir": "ltr",
	"categories": ["business", "utilities"],
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"display_override": [
		"tabbed",
		"window-controls-overlay",
		"minimal-ui"
	],
	"orientation": "portrait",
	"background_color": "#f1f2f6",
	"theme_color": "#f1f2f6",
	"prefer_related_applications": true,
	"related_applications": [
		{
			"platform": "webapp",
			"url": "https://app.valcure.jp/manifest.webmanifest"
		}
	],
	"iarc_rating_id": "e5814b7d-65a2-4752-959c-8519e88764a5",
	"screenshots": [
		{
			"src": "/images/screenshot.png",
			"sizes": "1681x851",
			"type": "image/png",
			"form_factor": "narrow",
			"label": "管理画面（モバイル）"
		},
		{
			"src": "/images/screenshot.png",
			"sizes": "1681x851",
			"type": "image/png",
			"form_factor": "wide",
			"label": "管理画面（デスクトップ）"
		}
	],
	"icons": [
		{ "src": "/images/icon-72.png", "sizes": "72x72", "type": "image/png" },
		{ "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png" },
		{ "src": "/images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
	],
	"shortcuts": [
		{ "name": "車両一覧", "url": "/vehicles/", "description": "車両の一覧を確認" }
	],
	"share_target": {
		"action": "/share/",
		"method": "GET",
		"params": { "title": "title", "text": "text", "url": "url" }
	},
	"file_handlers": [
		{ "action": "/", "accept": { "image/*": [".jpg", ".jpeg", ".png"] } }
	],
	"protocol_handlers": [
		{ "protocol": "web+valcure", "url": "/?code=%s" }
	],
	"note_taking": {
		"new_note_url": "/?mode=new_note"
	},
	"widgets": [
		{
			"name": "VALCURE Status",
			"description": "車両の状態を確認",
			"tag": "valcure-widget",
			"ms_ac_template": "widgets/template.json",
			"data": "widgets/data.json",
			"screenshots": [
				{ "src": "/images/icon-512.png", "sizes": "512x512", "type": "image/png", "label": "Widget Preview" }
			]
		}
	],
	"scope_extensions": [
		{ "type": "origin", "origin": "https://app.valcure.jp" },
		{ "type": "origin", "origin": "https://www.valcure.jp" },
		{ "type": "origin", "origin": "https://shop.valcure.jp" },
		{ "type": "origin", "origin": "https://api.valcure.jp" }
	],
	"tab_strip": {
		"home_tab": "auto",
		"new_tab_button": {
			"url": "/"
		}
	},
	"launch_handler": { "client_mode": ["focus-existing", "auto"] },
	"edge_side_panel": { "preferred_width": 400 },
	"handle_links": "auto"
}