Skip to content

Commit

Permalink
Merge pull request #288 from ajayyy/react
Browse files Browse the repository at this point in the history
Moving elements to React
  • Loading branch information
ajayyy authored Apr 10, 2020
2 parents 6ef5dd4 + 2f78f31 commit 07f1106
Show file tree
Hide file tree
Showing 30 changed files with 3,234 additions and 951 deletions.
6 changes: 4 additions & 2 deletions config.json.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"serverAddress": "https://sponsor.ajay.app",
"serverAddressComment": "This specifies the default SponsorBlock server to conect to"
}
"testingServerAddress": "https://sponsor.ajay.app/test",
"serverAddressComment": "This specifies the default SponsorBlock server to conect to",
"categoryList": ["sponsor", "intro", "outro", "interaction", "selfpromo", "offtopic"]
}
3 changes: 2 additions & 1 deletion manifest/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_fullName__",
"short_name": "__MSG_Name__",
"version": "1.2.24",
"version": "1.2.25",
"default_locale": "en",
"description": "__MSG_Description__",
"content_scripts": [{
Expand Down Expand Up @@ -32,6 +32,7 @@
"icons/downvote.png",
"icons/report.png",
"icons/close.png",
"icons/beep.ogg",
"icons/PlayerInfoIconSponsorBlocker256px.png",
"icons/PlayerDeleteIconSponsorBlocker256px.png",
"popup.html",
Expand Down
Loading

0 comments on commit 07f1106

Please sign in to comment.