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

{
  "name": "test",
  "manifest_version": 2,
  "description": "I specify an options_page but it should be ignored.",
  "version": "1",
  "app": {
    "background": {
      "scripts": ["background.js"]
    }
  },
  "options_page": "options.html"
}