From 6dccb3e3b0e2500e4dde59792ce7ecd7ed980b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Wed, 1 Apr 2020 18:09:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=83=B3=E6=B7=BB=E5=8A=A0=E4=B8=BB=E9=A1=B5?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E6=94=AF=E6=8C=81=EF=BC=8C=E4=BD=86=E6=98=AF?= =?UTF-8?q?=E4=BC=BC=E4=B9=8E=E4=B8=8D=E5=BE=97=E8=A1=8C=EF=BC=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + manifest.json | 16 ++++++++++++++++ multi.html | 1 + solo.html | 1 + triple.html | 1 + 5 files changed, 20 insertions(+) create mode 100644 manifest.json diff --git a/index.html b/index.html index e07f3c03..423f7ebd 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ 智龙迷城队伍图制作工具 + diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..56feaed8 --- /dev/null +++ b/manifest.json @@ -0,0 +1,16 @@ +{ + "name": "P&D Dash Formation", + "short_name": "P&D-DF", + "start_url": "./index.html", + "display": "standalone", + "background_color": "#52351E", + "description": "Puzzle & Dragons Formation Image Maker.", + "icons": [{ + "src": "images/icon.png", + "sizes": "72x72", + "type": "image/png" + }], + "related_applications": [{ + "platform": "web" + }] +} \ No newline at end of file diff --git a/multi.html b/multi.html index f42d8f95..e2bb825b 100644 --- a/multi.html +++ b/multi.html @@ -4,6 +4,7 @@ 智龙迷城车队阵型图制作工具 + diff --git a/solo.html b/solo.html index 81c65b0b..c05c6840 100644 --- a/solo.html +++ b/solo.html @@ -4,6 +4,7 @@ 智龙迷城车队阵型图制作工具 + diff --git a/triple.html b/triple.html index 1cd6b45f..d16cac98 100644 --- a/triple.html +++ b/triple.html @@ -4,6 +4,7 @@ 智龙迷城车队阵型图制作工具 +