Index: remoting/webapp/manifest.json.jinja2 |
diff --git a/remoting/webapp/manifest.json.jinja2 b/remoting/webapp/manifest.json.jinja2 |
index 1ce73d2bb202b0e60c35cee10b5fa1511e516256..a5efc1f5f297d70b58e72b1a81b9496ad0b70d77 100644 |
--- a/remoting/webapp/manifest.json.jinja2 |
+++ b/remoting/webapp/manifest.json.jinja2 |
@@ -13,8 +13,8 @@ |
} |
{% else %} |
"background": { |
- "scripts": ["background.js"] |
- } |
+ "page": "background.html" |
+ } |
{% endif %} |
}, |
"icons": { |