diff options
author | Dante Catalfamo | 2020-06-16 23:12:45 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-06-16 23:12:45 -0400 |
commit | 80a878a489bc8563e803c37260f6427a77ff09d1 (patch) | |
tree | f765ab749c99bb80e32b2c9a82676898bb818596 /static | |
parent | 3e41f598d6f0ec95c9f222e46a7e3529dee8f7ea (diff) | |
download | blog-80a878a489bc8563e803c37260f6427a77ff09d1.tar.gz blog-80a878a489bc8563e803c37260f6427a77ff09d1.tar.bz2 blog-80a878a489bc8563e803c37260f6427a77ff09d1.zip |
rename webmanifest icon
Diffstat (limited to 'static')
-rw-r--r-- | static/site.webmanifest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/site.webmanifest b/static/site.webmanifest index 7ce2763..2d387de 100644 --- a/static/site.webmanifest +++ b/static/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "blog.lambda.cx", - "short_name": "blog.lambda.cx", + "name": "lambda.cx blog", + "short_name": "lambda.cx blog", "icons": [ { "src": "/android-chrome-192x192.png", |