Skip to content

Commit 9ee29ad

Browse files
committed
version 1.2
1 parent d3ac772 commit 9ee29ad

File tree

2 files changed

+46
-33
lines changed

2 files changed

+46
-33
lines changed

manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"manifest_version": 3,
2+
"manifest_version": 2,
33
"name": "Anna Assistant",
4+
"short_name": "Anna",
45
"version": "1.2",
56
"description": "Your Personal Assistant on Google Chrome.",
67
"icons": {

popup.html

Lines changed: 44 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,18 @@ <h5>Toggle the Features</h5>
5757
</label>
5858
</span>
5959
</li>
60+
<a href="/elate/index.html" target="_blank" style="margin:7px;color:#52d3aa;font-size:15px;text-decoration: none;">
61+
See More
62+
</a>
63+
<a href="https://github.com/Anna-Assistant/Anna/tree/master/docs" target="_blank" style="margin:7px;color:#52d3aa;font-size:15px;text-decoration: none;">
64+
Docs
65+
</a>
66+
<a href="https://anna.zulipchat.com" target="_blank" style="margin:7px;color:#52d3aa;font-size:15px;text-decoration: none;">
67+
Chat with us
68+
</a>
69+
<a href="https://github.com/Anna-Assistant" target="_blank" style="margin:7px;color:#52d3aa;font-size:15px;text-decoration: none;">
70+
Github
71+
</a>
6072
</ul>
6173
</div>
6274
<div class="mdl-tabs__panel " id="help">
@@ -163,40 +175,40 @@ <h5>Toggle the Features</h5>
163175
</li>
164176

165177
<li class="feature">
166-
<a href="#">
167-
<span class="media">
168-
<img src="http://www.pvhc.net/img148/avktllnlchsstrxenihz.png" alt="">
178+
<a href="#">
179+
<span class="media">
180+
<img src="http://www.pvhc.net/img148/avktllnlchsstrxenihz.png" alt="">
181+
</span>
182+
<span class="data">
183+
<span class="title">
184+
<strong>Social</strong>
169185
</span>
170-
<span class="data">
171-
<span class="title">
172-
<strong>Social</strong>
173-
</span>
174-
<span class="description">
175-
<i>Write emails and tweet via voice</i>
176-
<br>
177-
<i>"Hey ,mail I love this!"</i>
178-
<br>
179-
<i>"Hey, tweet life is awesome"</i>
180-
<br>
181-
</span>
186+
<span class="description">
187+
<i>Write emails and tweet via voice</i>
188+
<br>
189+
<i>"Hey ,mail I love this!"</i>
190+
<br>
191+
<i>"Hey, tweet life is awesome"</i>
192+
<br>
182193
</span>
183-
</a>
184-
</li>
185-
<li class="feature">
186-
<a href="https://github.com/Anna-Assistant/Anna/blob/master/docs/HowItWorks.md" target="_blank">
187-
<span class="media">
188-
<img src="https://d30y9cdsu7xlg0.cloudfront.net/png/568541-200.png" alt="">
189-
</span>
190-
<span class="data">
191-
<span class="title">
192-
<strong>See More</strong>
193-
</span>
194-
<span class="description">
195-
<i>Check out docs for more examples and features</i>
196-
</span>
197-
</span>
198-
</a>
199-
</li>
194+
</span>
195+
</a>
196+
</li>
197+
<li class="feature">
198+
<a href="https://github.com/Anna-Assistant/Anna/blob/master/docs/HowItWorks.md" target="_blank">
199+
<span class="media">
200+
<img src="https://d30y9cdsu7xlg0.cloudfront.net/png/568541-200.png" alt="">
201+
</span>
202+
<span class="data">
203+
<span class="title">
204+
<strong>See More</strong>
205+
</span>
206+
<span class="description">
207+
<i>Check out docs for more examples and features</i>
208+
</span>
209+
</span>
210+
</a>
211+
</li>
200212
</ul>
201213
</div>
202214
</div>

0 commit comments

Comments
 (0)