Skip to content

Commit

Permalink
Remove 'NEW' from ext name, peeps know what's up by now.
Browse files Browse the repository at this point in the history
  • Loading branch information
JMTyler committed May 6, 2020
1 parent 52ce973 commit 43a86ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 43a86ae

Please sign in to comment.