From ba76f2407be086d19dd91482fd63bee099c04496 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Wed, 14 Nov 2012 14:32:14 +0100 Subject: [PATCH] renaming files to avoid confusion --- background.html => chromesoul.html | 0 background.js => chromesoul.js | 2 +- manifest.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename background.html => chromesoul.html (100%) rename background.js => chromesoul.js (94%) 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": [