Commit 6238b450 authored by xiyuan@chromium.org's avatar xiyuan@chromium.org

Test files for https://codereview.chromium.org/181233007/

BUG=349200,350129
TBR=xiyuan@chromium.org

Review URL: https://codereview.chromium.org/191183002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255711 0039d316-1c4b-4281-b951-d872f2087c98
parent 1a43cc57
...@@ -2,5 +2,6 @@ ...@@ -2,5 +2,6 @@
<script src="app_main.js"></script> <script src="app_main.js"></script>
<body> <body>
<h1>Test Kiosk App!!!</h1> <h1>Test Kiosk App!!!</h1>
<webview></webview>
</body> </body>
<hmtl> <hmtl>
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Test Kiosk App", "name": "Test Kiosk App",
"minimum_chrome_version": "24.0.1307.0",
"version": "1.0.0", "version": "1.0.0",
"icons": { "icons": {
"128": "icon-128.png", "128": "icon-128.png",
...@@ -14,6 +13,7 @@ ...@@ -14,6 +13,7 @@
}, },
"kiosk_enabled": true, "kiosk_enabled": true,
"permissions": [ "permissions": [
"power" "power",
"webview"
] ]
} }
...@@ -7,5 +7,5 @@ ...@@ -7,5 +7,5 @@
"localized_name": "Name of App 1", "localized_name": "Name of App 1",
"localized_description": "Description of App 1", "localized_description": "Description of App 1",
"icon_url": "webstore/inlineinstall/detail/app_1_green16x16.png", "icon_url": "webstore/inlineinstall/detail/app_1_green16x16.png",
"manifest":"{ \"manifest_version\": 2, \"name\": \"Test Kiosk App\", \"minimum_chrome_version\": \"24.0.1307.0\", \"version\": \"1.0.0\", \"icons\": { \"128\": \"icon-128.png\", \"16\": \"icon-16.png\"}, \"app\": { \"background\": { \"scripts\": [\"main.js\"] } }, \"kiosk_enabled\": true, \"permissions\": [ \"power\" ] }" "manifest":"{ \"manifest_version\": 2, \"name\": \"Test Kiosk App\", \"version\": \"1.0.0\", \"icons\": { \"128\": \"icon-128.png\", \"16\": \"icon-16.png\"}, \"app\": { \"background\": { \"scripts\": [\"main.js\"] } }, \"kiosk_enabled\": true, \"permissions\": [ \"power\", \"webview\" ] }"
} }
{
"name": "Platform Test",
"version": "1",
"app": {
"background": {
"scripts": ["background.js"]
}
},
"permissions": [ "webview" ]
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment