added icon
This commit is contained in:
parent
c5f21f22bd
commit
74ee61af63
9 changed files with 204 additions and 18 deletions
10
manifest.config.ts
Normal file
10
manifest.config.ts
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue