-
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.
Update to Manifest v3 and release v0.7
Note: Does not work on Firefox. Chromium-only release.
- Loading branch information
1 parent
f346206
commit 26b1f2f
Showing
8 changed files
with
75 additions
and
106 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"manifest_version": 2, | ||
"manifest_version": 3, | ||
"name": "Mojira Plus", | ||
"version": "0.6", | ||
"version": "0.7", | ||
|
||
"description": "Enables various additional features on Mojang's bug tracker Mojira for helpers, moderators, and other Mojira power users.", | ||
|
||
"browser_specific_settings": { | ||
"gecko": { | ||
"id": "[email protected]", | ||
"strict_min_version": "68.0" | ||
"strict_min_version": "101.0" | ||
} | ||
}, | ||
|
||
|
@@ -18,15 +18,16 @@ | |
}, | ||
|
||
"background": { | ||
"page": "src/background/background.html" | ||
"service_worker": "src/background.js", | ||
"type": "module" | ||
}, | ||
|
||
"options_ui": { | ||
"page": "src/options/options.html", | ||
"browser_style": true | ||
}, | ||
|
||
"browser_action": { | ||
"action": { | ||
"default_icon": "icons/mojira-logo-32.png", | ||
"default_title": "Mojira Plus", | ||
"browser_style": true | ||
|
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
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
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
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