Skip to content

Commit

Permalink
version 1.2 final update
Browse files Browse the repository at this point in the history
  • Loading branch information
gauthamzz committed Dec 30, 2017
1 parent 85b28ed commit d3ac772
Show file tree
Hide file tree
Showing 7 changed files with 222 additions and 129 deletions.
16 changes: 8 additions & 8 deletions css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ header {
body {
background: url(../images/pattern.png) #fff;
background-position-y: 5px;
width: 400px;
width: 350px;
overflow-y: auto;
overflow-x: hidden;
font-size: 12px;
Expand All @@ -37,7 +37,7 @@ header {
header h1 {
font-size: 28px;
margin-bottom: 0;
color: #d6771d;
color: #52d3aa;
font-family: kitten
}

Expand All @@ -46,7 +46,7 @@ header h1 {
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
background: #d6771d
background: #52d3aa
}

.features-list {
Expand All @@ -56,7 +56,7 @@ header h1 {
}

.feature {
width: 340px;
width: 320px;
margin: 15px auto;
min-height: 90px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
Expand All @@ -68,7 +68,7 @@ header h1 {
min-height: 100px;
cursor: pointer;
text-decoration: none;
color: #d6771d;
color: #000000;
font-size: 13px
}

Expand All @@ -82,7 +82,7 @@ header h1 {

.media img {
width: 100%;
min-height: 100px;
min-height: 50px;
padding: 0;
border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
Expand All @@ -107,7 +107,7 @@ header h1 {

#settings h5 {
font-size: 20px;
color: #d6771d;
color: #52d3aa;
text-align: center
}

Expand Down Expand Up @@ -137,5 +137,5 @@ header h1 {
.mdl-switch.is-checked .mdl-switch__track,
.mdl-switch__ripple-container .mdl-ripple,
.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
background: #d6771d
background: #52d3aa
}
2 changes: 1 addition & 1 deletion docs/HowItWorks.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Anna can play music videos from YouTube.



![alt-image](https://github.com/Anna-Assistant/Anna/blob/master/docs/Social.png)
![alt-image](https://github.com/Anna-Assistant/Anna/blob/master/docs/social.png)
### Social
Anna can also send email and post on twitter.
* _Hey, mail life is awesome_ - Anna will create a draft email with the message
Expand Down
Binary file modified img/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"manifest_version": 2,
"manifest_version": 3,
"name": "Anna Assistant",
"version": "1.1",
"version": "1.2",
"description": "Your Personal Assistant on Google Chrome.",
"icons": {
"16":"img/icon16.png",
"48":"img/icon48.png",
"128":"img/icon.png"
},
"background" : {
"scripts" : ["js/jquery.min.js","js/on-off-switch.js","js/on-off-switch-onload.js","background.js"],
"persistent" : true
Expand Down
Loading

0 comments on commit d3ac772

Please sign in to comment.