{
    "manifest_version": "1.0.0.4",
    "name": "tellect.in",
    "short_name": "tellect.in",
    "start_url": "/?source=pwa",
    "id": "https://tellect.in/",
    "icons": [
        {
            "src": "/favicon.png",
            "sizes": "512x512",
            "purpose": "any",
            "type": "image/png"
        },
        {
            "src": "/maskable.png",
            "sizes": "512x512",
            "purpose": "maskable",
            "type": "image/png"
        }
    ],
    "share_target": {
        "action": "https://tellect.in/",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "text",
            "text": "description",
            "url": "link"
        }
    },
    "theme_color": "#0F0F0F",
    "categories": ["social"],
    "lang": "en",
    "dir": "ltr",
    "scope": "/",
    "background_color": "#fff",
    "display": "standalone",
	"display_override": ["window-controls-overlay", "standalone", "fullscreen"],
    "orientation": "portrait",
    "description": "Social network for intellectuals",
    "handle_links": "preferred",
	"iarc_rating_id": "3dc28687-4ebf-4256-9802-b76e996fe229",
	"related_applications": [
		{
			"platform": "play",
			"url": "https://play.google.com/store/apps/details?id=in.tellect.twa",
			"id": "in.tellect.twa"
		}
	],
	"prefer_related_applications": false,
	"shortcuts": [
		{
			"name": "New Post",
			"short_name": "Post",
			"description": "Create a new post",
			"url": "/?context=editor",
			"icons": [{ "src": "/images/editor.png", "sizes": "512x512" }]
		},
		{
			"name": "Profile",
			"short_name": "Profile",
			"description": "My profile on Tellect",
			"url": "/?context=profile",
			"icons": [{ "src": "/images/profile.png", "sizes": "512x512" }]
		},
		{
			"name": "Todo",
			"short_name": "Todo",
			"description": "To do list on Tellect",
			"url": "/?context=todo",
			"icons": [{ "src": "/images/todo.png", "sizes": "512x512" }]
		}
	],

	"scope_extensions": [
		{
			"origin": "share.tellect.in"
		}
	],
	"screenshots": [
		{
			"src": "/images/feed.jpg",
			"sizes": "1080x1920",
			"form_factor": "narrow",
			"type": "image/jpeg"
		},
		{
			"src": "/images/equizzle.jpg",
			"sizes": "1080x1920",
			"form_factor": "narrow",
			"type": "image/jpeg"
		},
		{
			"src": "/images/feed_wide.jpg",
			"sizes": "1920x1080",
			"form_factor": "wide",
			"type": "image/jpeg"
		},
		{
			"src": "/images/mandli_wide.jpg",
			"sizes": "1920x1080",
			"form_factor": "wide",
			"type": "image/jpeg"
		},
		{
			"src": "/images/mathracer.jpg",
			"sizes": "1080x1920",
			"form_factor": "narrow",
			"type": "image/jpeg"
		}
	]
}
