Skip to content

Commit d3ac772

Browse files
committed
version 1.2 final update
1 parent 85b28ed commit d3ac772

File tree

7 files changed

+222
-129
lines changed

7 files changed

+222
-129
lines changed

css/popup.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ header {
2121
body {
2222
background: url(../images/pattern.png) #fff;
2323
background-position-y: 5px;
24-
width: 400px;
24+
width: 350px;
2525
overflow-y: auto;
2626
overflow-x: hidden;
2727
font-size: 12px;
@@ -37,7 +37,7 @@ header {
3737
header h1 {
3838
font-size: 28px;
3939
margin-bottom: 0;
40-
color: #d6771d;
40+
color: #52d3aa;
4141
font-family: kitten
4242
}
4343

@@ -46,7 +46,7 @@ header h1 {
4646
}
4747

4848
.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
49-
background: #d6771d
49+
background: #52d3aa
5050
}
5151

5252
.features-list {
@@ -56,7 +56,7 @@ header h1 {
5656
}
5757

5858
.feature {
59-
width: 340px;
59+
width: 320px;
6060
margin: 15px auto;
6161
min-height: 90px;
6262
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);
@@ -68,7 +68,7 @@ header h1 {
6868
min-height: 100px;
6969
cursor: pointer;
7070
text-decoration: none;
71-
color: #d6771d;
71+
color: #000000;
7272
font-size: 13px
7373
}
7474

@@ -82,7 +82,7 @@ header h1 {
8282

8383
.media img {
8484
width: 100%;
85-
min-height: 100px;
85+
min-height: 50px;
8686
padding: 0;
8787
border-radius: 4px 0 0 4px;
8888
-moz-border-radius: 4px 0 0 4px;
@@ -107,7 +107,7 @@ header h1 {
107107

108108
#settings h5 {
109109
font-size: 20px;
110-
color: #d6771d;
110+
color: #52d3aa;
111111
text-align: center
112112
}
113113

@@ -137,5 +137,5 @@ header h1 {
137137
.mdl-switch.is-checked .mdl-switch__track,
138138
.mdl-switch__ripple-container .mdl-ripple,
139139
.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
140-
background: #d6771d
140+
background: #52d3aa
141141
}

docs/HowItWorks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Anna can play music videos from YouTube.
4747

4848

4949

50-
![alt-image](https://github.com/Anna-Assistant/Anna/blob/master/docs/Social.png)
50+
![alt-image](https://github.com/Anna-Assistant/Anna/blob/master/docs/social.png)
5151
### Social
5252
Anna can also send email and post on twitter.
5353
* _Hey, mail life is awesome_ - Anna will create a draft email with the message

img/icon.png

5.77 KB
Loading

img/icon16.png

3.32 KB
Loading

img/icon48.png

5.24 KB
Loading

manifest.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
2-
"manifest_version": 2,
2+
"manifest_version": 3,
33
"name": "Anna Assistant",
4-
"version": "1.1",
4+
"version": "1.2",
5+
"description": "Your Personal Assistant on Google Chrome.",
6+
"icons": {
7+
"16":"img/icon16.png",
8+
"48":"img/icon48.png",
9+
"128":"img/icon.png"
10+
},
511
"background" : {
612
"scripts" : ["js/jquery.min.js","js/on-off-switch.js","js/on-off-switch-onload.js","background.js"],
713
"persistent" : true

0 commit comments

Comments
 (0)