Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Side by Side Diff: chrome/test/data/chromeos/app_mode/webstore/inlineinstall/detail/ggbflgnkafappblpkiflbgpmkfdpnhhe

Issue 181233007: kiosk: Fix network check skipped regression. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: offline_enabled default value from webview permission Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "id": "ahdgpopncncdnljifeaajdjjmdgbkkcm", 2 "id": "ahdgpopncncdnljifeaajdjjmdgbkkcm",
3 "users": "1234", 3 "users": "1234",
4 "average_rating": 1.0, 4 "average_rating": 1.0,
5 "rating_count": 999, 5 "rating_count": 999,
6 "verified_site": "chrome.google.com", 6 "verified_site": "chrome.google.com",
7 "localized_name": "Name of App 1", 7 "localized_name": "Name of App 1",
8 "localized_description": "Description of App 1", 8 "localized_description": "Description of App 1",
9 "icon_url": "webstore/inlineinstall/detail/app_1_green16x16.png", 9 "icon_url": "webstore/inlineinstall/detail/app_1_green16x16.png",
10 "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\": { \"scr ipts\": [\"main.js\"] } }, \"kiosk_enabled\": true, \"permissions\": [ \"power\" ] }" 10 "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\" ] }"
11 } 11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698