Skip to content

Commit

Permalink
updated TODO and added logo to extensions page
Browse files Browse the repository at this point in the history
  • Loading branch information
chadselph committed Jul 5, 2011
1 parent 9d48315 commit c59a9fa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -5,10 +5,11 @@ This is a pretty early proof of concept and I'm quick to admit that I suck at Ja
TODO:

* Only supports a few API methods (create call, create SMS), add a lot more
* When there's enough methods, split the menu into resource and action menus
* Add links to documentation
* Add some CSS that doesn't totally suck / UI overhaul
* Autocomplete for the fields, it sucks to type them everytime.
* Organize files, split out js/css
* Chrome extension zip file for easier install
* Render JSON/XML responses nicer than just plain text in a <textarea />

How to install
==============
Expand Down
Binary file added img/logomash128.png
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/logomash48.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion manifest.json
Expand Up @@ -9,5 +9,9 @@
"options_page": "options.html",
"permissions": [
"https://api.twilio.com/*"
]
],
"icons": {
"128": "img/logomash128.png",
"48": "img/logomash48.png"
}
}

0 comments on commit c59a9fa

Please sign in to comment.