From ba17817b41ce989e37a687dc3d34f3591afbee7b Mon Sep 17 00:00:00 2001 From: Glenn Grant Date: Sun, 4 Aug 2013 18:15:25 +1000 Subject: [PATCH] Update TODO, Set version to v1.0.0 Time to launch!! --- TODO.md | 3 --- manifest.json | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index c77abfe..ff9c328 100644 --- a/TODO.md +++ b/TODO.md @@ -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?) diff --git a/manifest.json b/manifest.json index 727d8b1..59c1997 100644 --- a/manifest.json +++ b/manifest.json @@ -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",