This guide require a Integration template, read this guide to create integration template.
Description:
When all is running well you can finally create your app.
1- Send POST request to: {{base_url}}/developer/apps
2- In Body > Raw (json):
{
"name": "EkstraBladet",
"type": "webcapture2",
"header": "EkstraBladed App Properties",
"app_description_link": "https://nordicscreen.com/webpage-app/",
"icon": "https://ekstrabladet.dk/assets/svg/ekstrabladet.svg?v2",
"style": {
"backgroundColor": "#ffffff"
},
"settings": {
"template": {
"type": "string",
"label": "Template",
"default": "2a9869aa-30ae-46bb-ad7b-fe628f1791aa",
"required": true,
"visible": false,
"order": 1
}
},
"translations": {},
"persist_app_across_slides": true,
"visible": true
}
In above, you can change name, header, app_description_link, icon, style, settings->template->default = template_id
And after that your app will be created in the Nordicscreen store which you can use to display regular screenshots on your screens.