diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-06-02 11:50:49 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 17:09:11 +0100 |
| commit | 7cc84923fdb59956890f69fe6363d9ab333cf46a (patch) | |
| tree | 165f24fcda9dcca032d7cdfeacb6bec58a52d73d /dist | |
| parent | 0cd076c85f05fad581ae3ac34338e20e443ecdb1 (diff) | |
| download | brokentalents-7cc84923fdb59956890f69fe6363d9ab333cf46a.tar.gz brokentalents-7cc84923fdb59956890f69fe6363d9ab333cf46a.zip | |
Create a PWA
Diffstat (limited to 'dist')
| -rw-r--r-- | dist/manifest.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dist/manifest.json b/dist/manifest.json new file mode 100644 index 0000000..dba589d --- /dev/null +++ b/dist/manifest.json @@ -0,0 +1,11 @@ +{ + "name": "Broken Talents Fun", + "short_name": "Broken Talents Fun", + "orientation": "portrait", + "display": "standalone", + "start_url": "/", + "description": "Broken Talents Fun", + "background_color": "#01579b", + "theme_color": "#01579b", + "theme-color": "#01579b" +} |
