{
    "name": "Editio",
    "short_name": "Editio",
    "description": "Clip anything you watch on Stremio. Find the moment, mark where it starts and ends, and save it as a video clip for your edits.",
    "lang": "en",
    "dir": "ltr",
    "categories": ["entertainment", "photo", "utilities"],
    "background_color": "#0c0b11",
    "theme_color": "#161432",
    "orientation": "any",
    "display": "standalone",
    "display_override": ["standalone"],
    "id": "./",
    "scope": "./",
    "start_url": "./",
    "prefer_related_applications": false,
    "launch_handler": {
        "client_mode": "focus-existing"
    },
    "shortcuts": [
        {
            "name": "Search",
            "short_name": "Search",
            "description": "Find a movie or show to clip",
            "url": "./#/search",
            "icons": [
                {
                    "src": "images/shortcuts/search.png",
                    "sizes": "192x192",
                    "type": "image/png",
                    "purpose": "any"
                },
                {
                    "src": "images/shortcuts/search.png",
                    "sizes": "192x192",
                    "type": "image/png",
                    "purpose": "maskable"
                }
            ]
        },
        {
            "name": "Continue Watching",
            "short_name": "Continue",
            "description": "Pick up where you left off",
            "url": "./#/continuewatching",
            "icons": [
                {
                    "src": "images/shortcuts/continue.png",
                    "sizes": "192x192",
                    "type": "image/png",
                    "purpose": "any"
                },
                {
                    "src": "images/shortcuts/continue.png",
                    "sizes": "192x192",
                    "type": "image/png",
                    "purpose": "maskable"
                }
            ]
        },
        {
            "name": "Library",
            "short_name": "Library",
            "description": "Open your Stremio library",
            "url": "./#/library",
            "icons": [
                {
                    "src": "images/shortcuts/library.png",
                    "sizes": "192x192",
                    "type": "image/png",
                    "purpose": "any"
                },
                {
                    "src": "images/shortcuts/library.png",
                    "sizes": "192x192",
                    "type": "image/png",
                    "purpose": "maskable"
                }
            ]
        }
    ],
    "icons": [
        {
            "src": "images/icon_192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/icon_512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/maskable_icon_192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "images/maskable_icon_512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "images/monochrome_icon_512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "monochrome"
        }
    ],
    "screenshots": [
        {
            "src": "screenshots/editio_narrow.webp",
            "sizes": "1080x1920",
            "type": "image/webp",
            "form_factor": "narrow",
            "label": "Editio: find the moment, mark start and end, export the clip"
        },
        {
            "src": "screenshots/editio_wide.webp",
            "sizes": "1920x1080",
            "type": "image/webp",
            "form_factor": "wide",
            "label": "Editio: find the moment, mark start and end, export the clip"
        }
    ]
}
