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

Side by Side Diff: chrome/test/data/drive_first_run/app/manifest.json

Issue 71013003: Add browser tests for enabling Google Drive offline mode on first run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 1 month 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
(Empty)
1 {
2 "name": "Drive First Trun Test App",
3 "description": "App similar to Google Drive app for testing enabling offline m ode on Chrome OS first run.",
4 "version": "1.0",
5 "offline_enabled": true,
6 "manifest_version": 2,
7 "permissions": [
8 "background"
9 ],
10 "background": {
11 "allow_js_access": false
12 },
13 "app": {
14 "launch": {
15 "web_url": "http://example.com/endpoint.html"
16 },
17 "urls": [
18 "*://example.com",
19 "*://example.com:*"
20 ]
21 }
22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698