Skip to content

Commit

Permalink
Update manifest version
Browse files Browse the repository at this point in the history
  • Loading branch information
austencm committed Dec 4, 2018
1 parent 20c022e commit 52f327c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ test/bower_components
package
app/scripts
*.zip
app/options.html
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "2.3.1",
"version": "2.3.2",
"manifest_version": 2,
"description": "__MSG_appDesc__",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion app/options.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><link href="https://fonts.googleapis.com/css?family=Titillium+Web:300,700"><link href="styles/options.css" rel="stylesheet" type="text/css"></head><body><h1 id="title"><strong>YouTube</strong> Auto Like</h1><div id="options-wrap"><form id="options-form" enctype="multipart/form-data"><div class="form-group"><div class="form-group-title">__MSG_optLikeWhatTitle__</div><label><input type="radio" name="like_what" value="all">__MSG_optLikeAll__</label><label><input type="radio" name="like_what" value="subscribed">__MSG_optLikeSub__</label></div><div class="form-group"><div class="form-group-title">__MSG_optLikeWhenTitle__</div><label><input type="radio" name="like_when" value="instantly">__MSG_optLikeInstant__</label><label title="Or at the end of the video, if shorter."><input type="radio" name="like_when" value="timed">__MSG_optLikeTimed__</label><label><input type="radio" name="like_when" value="percent">__MSG_optLikePercent__</label></div><div class="form-group form-group__no-title"><label> <input type="checkbox" name="disabled" value="yes">__MSG_optDisable__</label></div></form></div><div id="links"><a id="donate-link" href="https://www.buymeacoffee.com/austen" title="Feed my cats" target="_blank">☕️</a><a id="report-link" href="https://github.com/austencm/youtube-auto-like/issues/new" title="Report a Bug" target="_blank">⚠️</a><a id="github-link" href="https://github.com/austencm/youtube-auto-like" title="GitHub" target="_blank"><svg><use xlink:href="#icon-git"></use></svg></a></div><script src="scripts/modules/i18n.js"> </script><script src="scripts/modules/option-manager.js"></script><script src="scripts/options.js"></script><svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><symbol id="icon-git" viewbox="0 0 512 512"><path d="m200 304c2 7 3 15 3 22c0 15-4 31-15 43c-5 6-12 9-20 9c-15 0-27-14-31-30c-3-7-4-15-4-22c0-15 4-31 16-43c5-6 12-9 19-9c16 0 28 14 32 30z m175 0c2 7 3 15 3 22c0 15-4 31-15 43c-5 6-12 9-20 9c-15 0-26-14-31-30c-2-7-4-15-4-22c0-15 5-31 16-43c5-6 12-9 19-9c16 0 28 14 32 30z m47 22c0-44-27-79-70-79c-7 0-25 2-53 6c-13 2-28 3-43 3c-16 0-30-1-43-3c-28-4-45-6-53-6c-43 0-70 35-70 79c0 32 13 56 30 70c18 14 48 22 72 25c12 1 26 2 41 2l46 0c30 0 52-2 79-10c26-9 44-21 55-45c6-12 9-26 9-42z m62-48c0 38-6 68-17 90c-14 29-41 49-67 60c-27 11-67 18-94 19c-14 1-29 2-46 2c-28 0-48-1-79-5c-30-3-54-11-79-22c-25-11-45-30-57-54c-11-22-17-52-17-90c0-43 13-79 38-108c-5-16-8-31-8-47c0-21 5-41 14-60c40 0 65 14 104 45c27-6 55-10 84-10c27 0 53 4 77 9c38-30 64-44 103-44c9 19 14 39 14 60c0 16-3 31-8 46c25 29 38 65 38 109z"></path></symbol></svg></body></html>
<!DOCTYPE html><html><head><meta charset="utf-8"><link href="https://fonts.googleapis.com/css?family=Titillium+Web:400,700" rel="stylesheet"><link href="styles/options.css" rel="stylesheet" type="text/css"></head><body><h1 id="title"><strong>YouTube</strong> Auto Like</h1><div id="options-wrap"><form id="options-form" enctype="multipart/form-data"><div class="form-group"><div class="form-group-title">__MSG_optLikeWhatTitle__</div><label><input type="radio" name="like_what" value="all">__MSG_optLikeAll__</label><label><input type="radio" name="like_what" value="subscribed">__MSG_optLikeSub__</label></div><div class="form-group"><div class="form-group-title">__MSG_optLikeWhenTitle__</div><label><input type="radio" name="like_when" value="instantly">__MSG_optLikeInstant__</label><label title="Or at the end of the video, if shorter."><input type="radio" name="like_when" value="timed">__MSG_optLikeTimed__</label><label><input type="radio" name="like_when" value="percent">__MSG_optLikePercent__</label></div><div class="form-group form-group__no-title"><label> <input type="checkbox" name="disabled" value="yes">__MSG_optDisable__</label></div></form></div><div id="links"><a id="donate-link" href="https://www.buymeacoffee.com/austen" title="Feed my cats" target="_blank">☕️</a><a id="report-link" href="https://github.com/austencm/youtube-auto-like/issues/new" title="Report a Bug" target="_blank">⚠️</a><a id="github-link" href="https://github.com/austencm/youtube-auto-like" title="GitHub" target="_blank"><svg><use xlink:href="#icon-git"></use></svg></a></div><script src="scripts/modules/i18n.js"> </script><script src="scripts/modules/option-manager.js"></script><script src="scripts/options.js"></script><svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><symbol id="icon-git" viewbox="0 0 512 512"><path d="m200 304c2 7 3 15 3 22c0 15-4 31-15 43c-5 6-12 9-20 9c-15 0-27-14-31-30c-3-7-4-15-4-22c0-15 4-31 16-43c5-6 12-9 19-9c16 0 28 14 32 30z m175 0c2 7 3 15 3 22c0 15-4 31-15 43c-5 6-12 9-20 9c-15 0-26-14-31-30c-2-7-4-15-4-22c0-15 5-31 16-43c5-6 12-9 19-9c16 0 28 14 32 30z m47 22c0-44-27-79-70-79c-7 0-25 2-53 6c-13 2-28 3-43 3c-16 0-30-1-43-3c-28-4-45-6-53-6c-43 0-70 35-70 79c0 32 13 56 30 70c18 14 48 22 72 25c12 1 26 2 41 2l46 0c30 0 52-2 79-10c26-9 44-21 55-45c6-12 9-26 9-42z m62-48c0 38-6 68-17 90c-14 29-41 49-67 60c-27 11-67 18-94 19c-14 1-29 2-46 2c-28 0-48-1-79-5c-30-3-54-11-79-22c-25-11-45-30-57-54c-11-22-17-52-17-90c0-43 13-79 38-108c-5-16-8-31-8-47c0-21 5-41 14-60c40 0 65 14 104 45c27-6 55-10 84-10c27 0 53 4 77 9c38-30 64-44 103-44c9 19 14 39 14 60c0 16-3 31-8 46c25 29 38 65 38 109z"></path></symbol></svg></body></html>
3 changes: 1 addition & 2 deletions app/styles/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ body {
width: 305px;
margin: 0;
padding: 30px;
font-family: 'Titillium Web';
font-weight: 300; }
font-family: 'Titillium Web', sans-serif; }

a {
display: inline-block;
Expand Down

0 comments on commit 52f327c

Please sign in to comment.