{
    "name": "Graphisoft Community",
    "description": "Graphisoft Community has something for everyone: forums, blogs, webinars, news, knowledge base articles, fun challenges...  We help each other face our work challenges with confidence and grow as professionals. ",
    "short_name": "GS Community",
    "icons": [
        {
            "src": "/html/assets/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/html/assets/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "start_url": "/?utm_source=homescreen",
	"scope":"https://community.graphisoft.com",
    "theme_color": "#FF6104",
    "background_color": "#FFFFFF",
    "display": "standalone",
	"categories": ["architecture", "education", "productivity"],
    "shortcuts": [
    {
      "name": "Search Community",
      "short_name": "Search",
      "description": "Access the detailed Graphisoft Community search",
      "url": "/t5/forums/searchpage/tab/message?utm_source=homescreen",
      "icons": [{ "src": "/html/assets/icon-task_search.png", "sizes": "192x192" }]
    },
    {
      "name": "Unanswered topics",
      "short_name": "Need reply",
      "description": "Show topics that haven't reveived a reply on the Graphisoft Community",
      "url": "/t5/forums/unansweredtopicspage?utm_source=homescreen",
      "icons": [{ "src": "/html/assets/icon-task_topics.png", "sizes": "192x192" }]
    },
    {
      "name": "Ask a Question",
      "short_name": "Post",
      "description": "Start a new topic on the Graphisoft Community",
      "url": "/t5/forums/postpage/choose-node/true?utm_source=homescreen",
      "icons": [{ "src": "/html/assets/icon-task_ask.png", "sizes": "192x192" }]
    },
    {
      "name": "Private Messages",
      "short_name": "PM inbox",
      "description": "Open your private messages on the Graphisoft Community",
      "url": "/t5/notes/privatenotespage?utm_source=homescreen",
      "icons": [{ "src": "/html/assets/icon-task_pm.png", "sizes": "192x192" }]
    }
	],
	"screenshots" : [
	  {
		"src": "/html/assets/GS_Community_Home_wide.png",
		"sizes": "1280x720",
		"type": "image/png",
		"form_factor": "wide",
		"label": "Homescreen of Graphisoft Community (Desktop)"
	  },
	  {
		"src": "/html/assets/GS_Community_Home_narrow.png",
		"sizes": "430x884",
		"type": "image/png",
		"form_factor": "narrow",
		"label": "Homescreen of Graphisoft Community (Mobile)"
	  }
	]
}