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

Unified 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: rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/drive_first_run/app.pem ('k') | chrome/test/data/drive_first_run/bad/endpoint.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/drive_first_run/app/manifest.json
diff --git a/chrome/test/data/drive_first_run/app/manifest.json b/chrome/test/data/drive_first_run/app/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..f7140700a3d174add6719b1a131317042583e4bc
--- /dev/null
+++ b/chrome/test/data/drive_first_run/app/manifest.json
@@ -0,0 +1,22 @@
+{
+ "name": "Drive First Trun Test App",
+ "description": "App similar to Google Drive app for testing enabling offline mode on Chrome OS first run.",
+ "version": "1.0",
+ "offline_enabled": true,
+ "manifest_version": 2,
+ "permissions": [
+ "background"
+ ],
+ "background": {
+ "allow_js_access": false
+ },
+ "app": {
+ "launch": {
+ "web_url": "http://example.com/endpoint.html"
+ },
+ "urls": [
+ "*://example.com",
+ "*://example.com:*"
+ ]
+ }
+}
« no previous file with comments | « chrome/test/data/drive_first_run/app.pem ('k') | chrome/test/data/drive_first_run/bad/endpoint.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698