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

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

Issue 1029803004: Add chrome.fileSystem.GetVolumeList(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed chrome_extensions.js. Created 5 years, 8 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
OLDNEW
(Empty)
1 {
2 "id": "aaedpojejpghjkedenggihopfhfijcko",
3 "users": "1234",
4 "average_rating": 1.0,
5 "rating_count": 999,
6 "verified_site": "chrome.google.com",
7 "localized_name": "chrome.fileSystem.getVolumeList test for kiosk apps in the kiosk session",
8 "localized_description": "Tests available volumes to kiosk apps running in the kiosk session. Especially Drive must not be exposed.",
9 "icon_url": "webstore/inlineinstall/detail/app_1_green16x16.png",
10 "manifest": "{ \"name\": \"chrome.fileSystem.getVolumeList test for kiosk apps in the kiosk session\", \"version\": \"0.1\", \"description\": \"Tests availabl e volumes to kiosk apps running in the kiosk session. Especially Drive must not be exposed.\", \"app\": { \"background\": { \"scripts\": [\"background.js\"] } } , \"kiosk_only\": true, \"kiosk_enabled\": true, \"permissions\": [ { \"fileSyst em\": [\"requestFileSystem\"] } ] }"
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698