diff --git a/BugMine.Web/wwwroot/bugmine.webmanifest b/BugMine.Web/wwwroot/bugmine.webmanifest
index 27088c0..fd51a9d 100644
--- a/BugMine.Web/wwwroot/bugmine.webmanifest
+++ b/BugMine.Web/wwwroot/bugmine.webmanifest
@@ -1,7 +1,7 @@
{
- "name": "Rory&::MatrixUtils",
- "short_name": "RMU",
- "description": "A collection of Matrix utilities.",
+ "name": "BugMine",
+ "short_name": "BugMine",
+ "description": "A [Matrix] based, decentralised issue tracker",
"icons": [
{
"src": "icon-192.png",
diff --git a/BugMine.Web/wwwroot/sample-data/weather.json b/BugMine.Web/wwwroot/sample-data/weather.json
deleted file mode 100644
index b745973..0000000
--- a/BugMine.Web/wwwroot/sample-data/weather.json
+++ /dev/null
@@ -1,27 +0,0 @@
-[
- {
- "date": "2022-01-06",
- "temperatureC": 1,
- "summary": "Freezing"
- },
- {
- "date": "2022-01-07",
- "temperatureC": 14,
- "summary": "Bracing"
- },
- {
- "date": "2022-01-08",
- "temperatureC": -13,
- "summary": "Freezing"
- },
- {
- "date": "2022-01-09",
- "temperatureC": -16,
- "summary": "Balmy"
- },
- {
- "date": "2022-01-10",
- "temperatureC": -2,
- "summary": "Chilly"
- }
-]
|