Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Render current Github Status right in the header.
# Render current GitHub Status right in the header.

<img width="335" alt="image" src="https://github.com/iamkd/githubstatus-extension/assets/3995561/8a0676ee-be2c-4a8c-aa0a-77e1b43b093d">

Expand Down
2 changes: 1 addition & 1 deletion contentScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down