Skip to content

Commit

Permalink
Update TODO, Set version to v1.0.0
Browse files Browse the repository at this point in the history
Time to launch!!
  • Loading branch information
0xdevalias committed Aug 4, 2013
1 parent 76c0565 commit ba17817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
### TODO

* Make a 'promo image' for the app store
* Set version to 1.0
* LAUNCH!

* Document all functions with JSDoc
* Abstract the rest of the API stuff into seperate/reusable file
* Add an 'options' page with my info (name, website, blog, github, etc. donations?)
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "New Window With Tabs To Right",
"version": "0.1.0",
"version": "1.0.0",
"manifest_version": 2,
"description": "This extension creates a new window with the tabs to the right of the currently selected tab.",
"homepage_url": "http://devalias.net",
"homepage_url": "http://www.devalias.net/chrome-extensions/",
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
"permissions": [
"tabs",
Expand Down

0 comments on commit ba17817

Please sign in to comment.