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

{
  "name": "test",
  "manifest_version": 2,
  "version": "1",
  "app": {
    "urls": [
      "http://www.google.com/mail/"
    ],
    "launch": {
      "web_url": "http://www.google.com/mail/"
    }
  },
  "permissions": [
    "notifications"
  ],
  "options_page": "options.html"
}