diff --git a/source/manifest.json b/source/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..4e9dbd05a1124c3457466cf16c8e213bc31fc78f --- /dev/null +++ b/source/manifest.json @@ -0,0 +1,15 @@ +{ + "name":"曹智铭的网站", + "short_name":"曹智铭", + "start_url":"./", + "display":"standalone", + "description":"曹智铭的个人博客。", + "theme_color": "#fff", + "icons":[ + { + "src":"https://cdn.jsdelivr.net/gh/cao-zhiming/ss-caozhimingtk/img/logo.png", + "sizes":"290*290", + "type": "image/png" + } + ] +} \ No newline at end of file