From 7e1b512dfa9c92934ac8a5da6e848f2cfc7ae315 Mon Sep 17 00:00:00 2001 From: Chuck Yang Date: Mon, 25 May 2015 01:44:02 +0000 Subject: [PATCH] open tab with index.html --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.js b/background.js index 6a23a1f..cba5f70 100644 --- a/background.js +++ b/background.js @@ -25,7 +25,7 @@ chrome.app.runtime.onLaunched.addListener(function() { } else { // if not in or false, this is the default chrome.browser.openTab({ - url: 'http://iamchucky.github.io/PttChrome/' + url: 'http://iamchucky.github.io/PttChrome/index.html' }); } });