summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-10-01 11:34:38 +0200
committernsensfel <SpamShield0@noot-noot.org>2018-10-01 11:34:38 +0200
commitb5bb4f45133e7d89fa85d185d13ec4c7c2ece887 (patch)
tree5cc99bb779e0ad64a253ee53de9c565fe98937ed /manifest.json
parent11533a168693bd31ed1b73ccb02e5b5062d53783 (diff)
...
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"
}
}