diff options
Diffstat (limited to 'public/manifest.webmanifest')
-rw-r--r-- | public/manifest.webmanifest | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest new file mode 100644 index 0000000..c227c96 --- /dev/null +++ b/public/manifest.webmanifest @@ -0,0 +1,84 @@ +{ + "$schema": "https://json.schemastore.org/web-manifest", + "lang": "pt-PT", + "dir": "ltr", + "name": "Cravo de Abril", + "description": "Um domínio da liberdade!", + "name_localized": { + "pt-BR": { + "value": "Cravo de Abril" + } + }, + "short_name": "Cravo Abril", + "icons": [ + { + "src": "./favicon.svg", + "sizes": "any", + "type": "image/svg", + "purpose": "any" + }, + { + "src": "./favicon.webp", + "sizes": "144x144", + "type": "image/webp", + "purpose": "any" + }, + { + "src": "./favicon-96.webp", + "sizes": "96x96", + "type": "image/svg", + "purpose": "any" + } + ], + "icons_localized": {}, + "scope": "/", + "id": "cravodeabril", + "start_url": "/", + "display": "minimal-ui", + "orientation": "natural", + "theme_color": "oklch(0.4564 0.1835 20.81)", + "background_color": "white", + "shortcuts": [ + { + "name": "Publicações", + "description": "Leia as últimas publicações", + "url": "/blog", + "icons": [ + { + "src": "./favicon-96.webp", + "sizes": "96x96", + "type": "image/svg", + "purpose": "any" + } + ] + }, + { + "name": "Micro Blogue", + "description": "Leia as últimas postagens no micro blogue", + "url": "/blog/micro/1", + "icons": [ + { + "src": "./favicon-96.webp", + "sizes": "96x96", + "type": "image/svg", + "purpose": "any" + } + ] + } + ], + "screenshots": [ + { + "src": "/cravodeabril.pt_.png", + "sizes": "2048x1440", + "type": "image/png", + "form_factor": "wide", + "label": "Página inicial que mostra as últimas publicações e links de navegação" + }, + { + "src": "/cravodeabril.pt_mobile.png", + "sizes": "1819x3840", + "type": "image/png", + "label": "Página inicial que mostra as últimas publicações e links de navegação" + } + ] +} |