renaming files to avoid confusion

This commit is contained in:
Rodolphe Breard 2012-11-14 14:32:14 +01:00
parent 3ae9beb803
commit ba76f2407b
3 changed files with 2 additions and 2 deletions

View file

@ -17,6 +17,6 @@
chrome.app.runtime.onLaunched.addListener(function(intentData) {
//if (window.chrome && window.chrome.app && window.chrome.app.isInstalled) {
if (window.chrome && window.chrome.app) {
window.open("background.html#0", "bg", "background");
window.open("chromesoul.html#0", "bg", "background");
}
});

View file

@ -7,7 +7,7 @@
"description": "A minimalist NetSoul client.",
"app": {
"background": {
"scripts": ["background.js"]
"scripts": ["chromesoul.js"]
}
},
"permissions": [