From 6082cfc21bb5fe34b6d02c79c3bcd7b8cc932369 Mon Sep 17 00:00:00 2001 From: iro84657 Date: Mon, 9 May 2022 21:47:18 -0400 Subject: [PATCH] Add TheMotte manifest and remove unused manifests --- files/assets/manifest_Cringetopia.json | 8 -------- files/assets/manifest_PCM.json | 8 -------- files/assets/manifest_TheMotte.json | 8 ++++++++ files/assets/manifest_WPD.json | 8 -------- files/assets/manifest_rDrama.json | 8 -------- 5 files changed, 8 insertions(+), 32 deletions(-) delete mode 100644 files/assets/manifest_Cringetopia.json delete mode 100644 files/assets/manifest_PCM.json create mode 100644 files/assets/manifest_TheMotte.json delete mode 100644 files/assets/manifest_WPD.json delete mode 100644 files/assets/manifest_rDrama.json diff --git a/files/assets/manifest_Cringetopia.json b/files/assets/manifest_Cringetopia.json deleted file mode 100644 index de023bbe8..000000000 --- a/files/assets/manifest_Cringetopia.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "Cringetopia", - "short_name": "Cringetopia", - "start_url": "https://cringetopia.org", - "display": "standalone", - "background_color": "#2A96F3", - "description": "Cringetopia" -} \ No newline at end of file diff --git a/files/assets/manifest_PCM.json b/files/assets/manifest_PCM.json deleted file mode 100644 index 82a00ab28..000000000 --- a/files/assets/manifest_PCM.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "PCM", - "short_name": "PCM", - "start_url": "https://pcmemes.net", - "display": "standalone", - "background_color": "#805AD5", - "description": "PCM" -} \ No newline at end of file diff --git a/files/assets/manifest_TheMotte.json b/files/assets/manifest_TheMotte.json new file mode 100644 index 000000000..8b11d221f --- /dev/null +++ b/files/assets/manifest_TheMotte.json @@ -0,0 +1,8 @@ +{ + "name": "The Motte", + "short_name": "The Motte", + "start_url": "https://www.themotte.org", + "display": "standalone", + "background_color": "#FFFFFF", + "description": "The Motte" +} \ No newline at end of file diff --git a/files/assets/manifest_WPD.json b/files/assets/manifest_WPD.json deleted file mode 100644 index 33d26d7db..000000000 --- a/files/assets/manifest_WPD.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "WPD", - "short_name": "WPD", - "start_url": "https://watchpeopledie.co", - "display": "standalone", - "background_color": "#2A96F3", - "description": "WPD" -} \ No newline at end of file diff --git a/files/assets/manifest_rDrama.json b/files/assets/manifest_rDrama.json deleted file mode 100644 index ac62cea0d..000000000 --- a/files/assets/manifest_rDrama.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "rDrama", - "short_name": "rDrama", - "start_url": "https://rdrama.net", - "display": "standalone", - "background_color": "#FF66AC", - "description": "rDrama" -} \ No newline at end of file