| Index: remoting/webapp/app_remoting/manifest_common.json.jinja2
|
| diff --git a/remoting/webapp/app_remoting/manifest_common.json.jinja2 b/remoting/webapp/app_remoting/manifest_common.json.jinja2
|
| index ea7ed0d70e8481725fbcb06a15ba7b1c5ac55f96..a1f87b8f1fd61a4550a714f8c9d99c6f5b7f8e16 100644
|
| --- a/remoting/webapp/app_remoting/manifest_common.json.jinja2
|
| +++ b/remoting/webapp/app_remoting/manifest_common.json.jinja2
|
| @@ -6,9 +6,13 @@
|
| "default_locale": "en",
|
| "app": {
|
| "background": {
|
| - "scripts": ["ar_background.js", "platform.js"]
|
| + "page": "arv_background.html"
|
| }
|
| },
|
| + "import": [{
|
| + "id": "koejkfhmphamcgafjmkellhnekdkopod"
|
| + }
|
| + ],
|
| "icons": {
|
| "128": "icon128.png",
|
| "48": "icon48.png",
|
| @@ -59,5 +63,5 @@
|
| ]
|
| },
|
| "sandbox": {
|
| - "pages": [ "wcs_sandbox.html" ]
|
| + "pages": [ "arv_wcs_sandbox.html" ]
|
| }
|
|
|