-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 2214420 Author: Katsute <[email protected]> Date: Thu Dec 16 11:57:17 2021 -0500 adjust templates, readme commit 8266f8b Author: Katsute <[email protected]> Date: Thu Dec 16 11:54:10 2021 -0500 README commit 62a30e3 Author: Katsute <[email protected]> Date: Thu Dec 16 11:30:24 2021 -0500 unused permission commit b613155 Author: Katsute <[email protected]> Date: Wed Dec 15 19:35:27 2021 -0500 v2
- Loading branch information
Showing
8 changed files
with
38 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
.vscode | ||
|
||
*.crx | ||
*.pem | ||
*.pem | ||
*.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
{ | ||
"manifest_version": 2, | ||
"manifest_version": 3, | ||
|
||
"name": "GitHub Red Issues", | ||
"author": "Katsute", | ||
"description": "Revert closed GitHub issues from purple back to red.", | ||
"version": "1.5", | ||
"version": "2.0", | ||
"homepage_url": "https://github.com/Katsute/GitHub-Red-Issues", | ||
|
||
"permissions": ["tabs"], | ||
"permissions": [], | ||
"content_scripts": [{ | ||
"css": ["style.css"], | ||
"js": ["index.js"], | ||
"matches": ["https://github.com/*"] | ||
}] | ||
} |
b5fa8aa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iam-py-test again may fail due
"manifest_version": 3,
if"permissions": [],
no fix errors/abort install "xpi".b5fa8aa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not open issue in commit comments.
Mozilla Firefox currently does not support manifest v3, if you want to use the extension you have to change the manifest version from 3 to 2 in the
manifest.json
.b5fa8aa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But https://github.com/iam-py-test/GitHub-Red-Closed-Issues-Extension was have fork repo with changed this.
b5fa8aa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @krystian3w I will look into this tomorrow
Today it’s too late for me to think clearly