Skip to content

Commit

Permalink
update profile UI
Browse files Browse the repository at this point in the history
  • Loading branch information
sereneblue committed Jun 25, 2018
1 parent 157af46 commit b8bb076
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ ul {

#profile table {
width: 100%;
margin-bottom: 5px;
}

#profile p {
margin-bottom: 10px;
}

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
},
"name": "Chameleon",
"version": "0.6.6",
"version": "0.6.7",
"manifest_version": 2,
"description": "Spoof your browser profile. Includes a few privacy enhancing options.",
"background": {
Expand Down
3 changes: 2 additions & 1 deletion src/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
</tr>
</tbody>
</table>
<p><span style="color: red;">*</span>Script injection must be enabled to fully use profiles.</p>
<div id="interval">
<label>Change periodically: </label>
<select name="interval">
Expand Down Expand Up @@ -450,7 +451,7 @@
<div class="tab" id="about">
<img src="img/icon_48.png">
<h2 class="centered">Chameleon</h2>
<h4 class="centered">v0.6.6</h4>
<h4 class="centered">v0.6.7</h4>
<br/>
<p class="centered">
Developed by <a href="https://github.com/sereneblue">sereneblue</a> and <a href="https://github.com/sereneblue/chameleon/graphs/contributors">contributors</a>
Expand Down

0 comments on commit b8bb076

Please sign in to comment.