diff --git a/README.md b/README.md index 49f21cc..6bd208b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Render current Github Status right in the header. +# Render current GitHub Status right in the header. image diff --git a/contentScript.js b/contentScript.js index 18bf3eb..a01e90f 100644 --- a/contentScript.js +++ b/contentScript.js @@ -114,5 +114,5 @@ function run() { } } -// Using Github's turbo:load event to handle navigation +// Using GitHub's turbo:load event to handle navigation document.documentElement.addEventListener("turbo:load", run); diff --git a/manifest.json b/manifest.json index 3ceac6d..56ca38d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, - "name": "Github Status Monitor", - "description": "View Github status on every page because it's down too often.", + "name": "GitHub Status Monitor", + "description": "View GitHub status on every page because it's down too often.", "version": "1.1", "content_scripts": [ {