chromium/chrome/test/data/extensions/manifest_tests/init_valid_app_minimum_chrome.json

{
  "name": "Minimum Version Hosted App",
  "manifest_version": 2,
  "version": "0",
  "app": {
    "launch": {
      "web_url": "http://example.com"
    },
    "urls": [
      "http://*.example.com"
    ]
  },
  "minimum_chrome_version": "1.0.0.1"
}