summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index 7e6c225..63af7cb 100644
--- a/manifest.json
+++ b/manifest.json
@@ -18,10 +18,10 @@
"browser_action": {
"default_icon": "images/to-favicon.svg",
"default_title": "TO - Active Battles",
- "default_popup": "www/index.html"
+ "default_popup": "www/popup.html"
},
"background": {
- "page": "www/index.html"
+ "page": "www/background.html"
}
}