Merge pull request #385 from ajayyy/react

Fixed options page issues
This commit is contained in:
Ajay Ramachandran
2020-06-20 00:20:01 -04:00
committed by GitHub
3 changed files with 4 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "__MSG_fullName__", "name": "SponsorBlock",
"short_name": "__MSG_Name__", "short_name": "__MSG_Name__",
"version": "2.0.1", "version": "2.0.2",
"default_locale": "en", "default_locale": "en",
"description": "__MSG_Description__", "description": "__MSG_Description__",
"content_scripts": [{ "content_scripts": [{

View File

@@ -1,8 +1,4 @@
{ {
"Name": {
"message": "SponsorBlock",
"description": "Name of the extension."
},
"fullName": { "fullName": {
"message": "SponsorBlock for YouTube - Skip Sponsorships", "message": "SponsorBlock for YouTube - Skip Sponsorships",
"description": "Name of the extension." "description": "Name of the extension."

View File

@@ -12,13 +12,13 @@
<body class="sponsorBlockPageBody"> <body class="sponsorBlockPageBody">
<div id="title"> <div id="title" class="titleBar">
<img src="../icons/LogoSponsorBlocker256px.png" height="80" class="profilepic"/> <img src="../icons/LogoSponsorBlocker256px.png" height="80" class="profilepic"/>
SponsorBlock SponsorBlock
</div> </div>
<div class="center"> <div class="center">
<p class="createdBy">__MSG_createdBy__ <a href="https://ajay.app">Ajay Ramachandran</a> <img src="../icons/newprofilepic.jpg" height="30" class="profilepiccircle"/></p> <p class="createdBy titleBar">__MSG_createdBy__ <a href="https://ajay.app">Ajay Ramachandran</a> <img src="../icons/newprofilepic.jpg" height="30" class="profilepiccircle"/></p>
<h1>__MSG_Options__</h1> <h1>__MSG_Options__</h1>