Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / extensions / test / data / system / display / manifest.json
blob11792b6d6f5fda41a57333f963f4c8baddda5648
2   "name": "displayinfo",
3   "version": "1.0",
4   "description": "Test system.display API",
5   "permissions": ["system.display"],
6   "app": {
7     "background": {
8       "scripts": ["test_display_api.js"]
9     }
10   }