renaming files to avoid confusion
This commit is contained in:
parent
3ae9beb803
commit
ba76f2407b
3 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
}
|
||||
});
|
|
@ -7,7 +7,7 @@
|
|||
"description": "A minimalist NetSoul client.",
|
||||
"app": {
|
||||
"background": {
|
||||
"scripts": ["background.js"]
|
||||
"scripts": ["chromesoul.js"]
|
||||
}
|
||||
},
|
||||
"permissions": [
|
||||
|
|
Reference in a new issue