Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / manifest_tests / init_valid_app_minimum_chrome.json
blobd7e1e50f57dba91672db6fb3a9f58351a8608971
2   "name": "Minimum Version Hosted App",
3   "version": "0",
4   "app": {
5     "launch": {
6       "web_url": "http://example.com"
7     },
8     "urls": [
9       "http://*.example.com"
10     ]
11   },
12   "minimum_chrome_version": "1.0.0.1"