mirror of
https://github.com/Afilmory/afilmory
synced 2026-05-03 03:06:47 +00:00
- Changed project name and title from "Photo Gallery" to "Afilmory" across multiple files including configuration, README, and web manifest. - Updated descriptions and URLs to reflect the new branding. - Adjusted OG image plugin and favicon generation scripts to align with the new project name. Signed-off-by: Innei <tukon479@gmail.com>
19 lines
375 B
JSON
19 lines
375 B
JSON
{
|
|
"name": "Afilmory",
|
|
"short_name": "Afilmory",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#0a0a0a",
|
|
"background_color": "#0a0a0a",
|
|
"display": "standalone"
|
|
} |