| Index: tools/memory_inspector/chrome_app/template/manifest.json
|
| diff --git a/tools/memory_inspector/chrome_app/template/manifest.json b/tools/memory_inspector/chrome_app/template/manifest.json
|
| index a88b39f0237b6ba77978eec2fec4cb17935ffd63..b797fc0ba8e44739a16fe119f6a01fda4ed711e6 100644
|
| --- a/tools/memory_inspector/chrome_app/template/manifest.json
|
| +++ b/tools/memory_inspector/chrome_app/template/manifest.json
|
| @@ -1,7 +1,7 @@
|
| {
|
| "name": "Memory Inspector",
|
| "description": "Memory inspector tool for Android",
|
| - "version": "0.1.0",
|
| + "version": "0.1.2",
|
| "manifest_version": 2,
|
| "icons": {
|
| "16": "images/icon_16.png",
|
| @@ -30,6 +30,6 @@
|
| "udp-send-to:*:*"
|
| ]
|
| },
|
| - "http://127.0.0.1:*/*"
|
| + "http://127.0.0.1/*"
|
| ]
|
| }
|
|
|