OLD | NEW |
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 } |
OLD | NEW |