added icon

This commit is contained in:
thislight 2024-10-22 17:48:17 +08:00
parent c5f21f22bd
commit 74ee61af63
9 changed files with 204 additions and 18 deletions

10
manifest.config.ts Normal file
View file

@ -0,0 +1,10 @@
import { ManifestOptions } from "vite-plugin-pwa";
const manifest: Partial<ManifestOptions> = {
name: "Tutu for Mastodon",
short_name: "Tutu",
description: "Tutu is an app to read, post, dog and cat on the mastodon.",
theme_color: "#673ab7"
};
export default manifest;