Added the new home page to the about dialog.

This commit is contained in:
Thomas Wilburn 2013-09-12 00:10:27 -07:00
parent 2cb73e73fd
commit 780d3dc30b
3 changed files with 6 additions and 5 deletions

View file

@ -43,7 +43,7 @@
}
.credits {
text-align: justify;
text-align: center;
h2 {
font-size: 18px;
@ -61,11 +61,12 @@
ul {
padding: 0;
margin: 0;
list-style: inside circle;
list-style: none;
li {
padding: 0;
margin: 0;
margin-bottom: 1em;
}
}
}

View file

@ -53,8 +53,8 @@
<h2>Caret</h2>
<ul>
<li>Written by <a href="http://thomaswilburn.net" target=_blank>Thomas Wilburn</a>
<li>Based on the <a href="http://ace.c9.io" target=_blank>Ace editing component</a>
<li><a href="http://github.com/thomaswilburn/Caret" target=_blank>Caret Source</a>
<li><a href="http://thomaswilburn.net/caret" target=_blank>Visit the Caret home page</a>
<li><a href="https://chrome.google.com/webstore/support/fljalecfjciodhpcledpamjachpmelml#bug" target=_blank>Questions, comments, or problems?</a>
<li>Thanks for your support!
</ul>
</span>

View file

@ -1,7 +1,7 @@
{
"name": "Caret",
"description": "Professional text editing for Chrome and Chrome OS",
"version": "0.0.19",
"version": "0.0.20",
"manifest_version": 2,
"icons": {
"128": "icon-128-2.png"