diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/cravodeabril.pt_.png | bin | 0 -> 299972 bytes | |||
-rw-r--r-- | public/cravodeabril.pt_mobile.png | bin | 0 -> 1081455 bytes | |||
-rw-r--r-- | public/favicon-96.webp | bin | 0 -> 804 bytes | |||
-rw-r--r-- | public/favicon.svg | 5 | ||||
-rw-r--r-- | public/favicon.webp | bin | 0 -> 1116 bytes | |||
-rw-r--r-- | public/manifest.webmanifest | 84 |
6 files changed, 87 insertions, 2 deletions
diff --git a/public/cravodeabril.pt_.png b/public/cravodeabril.pt_.png Binary files differnew file mode 100644 index 0000000..aee29c0 --- /dev/null +++ b/public/cravodeabril.pt_.png diff --git a/public/cravodeabril.pt_mobile.png b/public/cravodeabril.pt_mobile.png Binary files differnew file mode 100644 index 0000000..a29e455 --- /dev/null +++ b/public/cravodeabril.pt_mobile.png diff --git a/public/favicon-96.webp b/public/favicon-96.webp Binary files differnew file mode 100644 index 0000000..d161ad6 --- /dev/null +++ b/public/favicon-96.webp diff --git a/public/favicon.svg b/public/favicon.svg index 682932f..6dbe0b2 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="32" height="32"> - <rect width="42" height="32" fill="#d00"/> +<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 144 144"> + <circle cx="72" cy="72" r="57.6" fill="#d00"/> </svg> + diff --git a/public/favicon.webp b/public/favicon.webp Binary files differnew file mode 100644 index 0000000..77c177f --- /dev/null +++ b/public/favicon.webp 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" + } + ] +} |