chromium/chrome/test/data/extensions/api_test/fullscreen/mq_display_mode/manifest.json

{
  "name": "App window, 'display-mode' media feature test",
  "description": "tests the 'display mode' media feature for the fullscreened app window",
  "version": "1",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": ["background.js"]
    }
  },
  "permissions": [  ]
}