Compare commits

...

4 Commits

Author SHA1 Message Date
Ajay Ramachandran
42a813d325 Merge pull request #388 from ajayyy/react
Another hotfix for name string issue
2020-06-21 15:54:25 -04:00
Ajay Ramachandran
e6dfb5041e Another hotfix for name string issue 2020-06-21 15:53:26 -04:00
Ajay Ramachandran
c857308038 Merge pull request #387 from ajayyy/react
Fixed wrong string removed
2020-06-21 12:55:27 -04:00
Ajay Ramachandran
f73abdbabc Fixed wrong string removed 2020-06-21 12:55:10 -04:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "SponsorBlock",
"short_name": "__MSG_Name__",
"version": "2.0.2",
"name": "__MSG_fullName__",
"short_name": "SponsorBlock",
"version": "2.0.2.2",
"default_locale": "en",
"description": "__MSG_Description__",
"content_scripts": [{
@@ -50,7 +50,7 @@
"*://*/*"
],
"browser_action": {
"default_title": "__MSG_Name__",
"default_title": "SponsorBlock",
"default_popup": "popup.html"
},
"background": {

View File

@@ -10,7 +10,7 @@
<div id="app" class="popupBody sponsorBlockPageBody">
<h1 class="popupElement logoText">
<img src="icons/IconSponsorBlocker256px.png" height="32px" id="sponsorBlockPopupLogo"/>
__MSG_Name__
SponsorBlock
</h1>
<!-- Loading text -->