tutu/manifest.config.ts

11 lines
279 B
TypeScript
Raw Normal View History

2024-10-22 09:48:17 +00:00
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;