From cbcd32f25e9a7299d44e9dbff240c9926f0e356b Mon Sep 17 00:00:00 2001 From: João Augusto Costa Branco Marado Torres Date: Sun, 29 Jun 2025 22:11:01 -0300 Subject: feat: manifest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Augusto Costa Branco Marado Torres --- public/manifest.webmanifest | 84 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 public/manifest.webmanifest (limited to 'public/manifest.webmanifest') 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" + } + ] +} -- cgit v1.2.3