diff --git a/background.html b/chromesoul.html
similarity index 100%
rename from background.html
rename to chromesoul.html
diff --git a/background.js b/chromesoul.js
similarity index 94%
rename from background.js
rename to chromesoul.js
index c537998..85dc9f3 100644
--- a/background.js
+++ b/chromesoul.js
@@ -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");
}
});
diff --git a/manifest.json b/manifest.json
index b0f90e0..148bb7f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -7,7 +7,7 @@
"description": "A minimalist NetSoul client.",
"app": {
"background": {
- "scripts": ["background.js"]
+ "scripts": ["chromesoul.js"]
}
},
"permissions": [