| Index: chrome/test/data/extensions/platform_apps/ad_view/load_event/manifest.json
|
| diff --git a/tools/cc-frame-viewer/third_party/py-chrome-app/unittest_data/simple-working-app/manifest.json b/chrome/test/data/extensions/platform_apps/ad_view/load_event/manifest.json
|
| similarity index 53%
|
| copy from tools/cc-frame-viewer/third_party/py-chrome-app/unittest_data/simple-working-app/manifest.json
|
| copy to chrome/test/data/extensions/platform_apps/ad_view/load_event/manifest.json
|
| index 04b0c6595f222039f06b41a5f678ea37203e92fd..8d706882b73107a1c1ffe09f713eb8260b9aef28 100644
|
| --- a/tools/cc-frame-viewer/third_party/py-chrome-app/unittest_data/simple-working-app/manifest.json
|
| +++ b/chrome/test/data/extensions/platform_apps/ad_view/load_event/manifest.json
|
| @@ -1,14 +1,14 @@
|
| {
|
| "manifest_version": 2,
|
| - "name": "Hello World",
|
| - "version": "1",
|
| - "minimum_chrome_version": "23",
|
| + "name": "Adview Sample",
|
| + "version": "0.1",
|
| + "minimum_chrome_version": "27",
|
| "app": {
|
| "background": {
|
| "scripts": ["main.js"]
|
| }
|
| },
|
| "permissions": [
|
| - "http://localhost:*/"
|
| + "adview"
|
| ]
|
| -}
|
| +}
|
|
|