From 43a86aea86dee033b20870c4c1e2babaf7eeec17 Mon Sep 17 00:00:00 2001 From: Jared Tyler Date: Wed, 6 May 2020 15:40:05 -0400 Subject: [PATCH] Remove 'NEW' from ext name, peeps know what's up by now. --- manifest.json | 2 +- version.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index c8fea49..98d9e8e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name": "NEW Homestuck Notifier", + "name": "Homestuck Notifier", "description": "Notifies you of updates to Homestuck.com (such as The Epilogues) & keeps track of your progress.", "version": "2.0.0", "icons": { diff --git a/version.js b/version.js index 78fdf62..b7276a3 100644 --- a/version.js +++ b/version.js @@ -37,7 +37,7 @@ jmtyler.version = (() => { chrome.notifications.create({ title: 'NEW Homestuck Notifier', - message: 'Can now notify you of any more future Epilogues! ;)', + message: 'Can now notify you of future Epilogues! ;)', iconUrl: 'icons/48.png', type: 'basic', silent: true,