Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / extensions / test / data / system / storage_eject / manifest.json
blobd9af8428357061fa2d3b0743966c9f0351181499
2   "name": "systemInfo_storage_api_eject",
3   "version": "1.0",
4   "manifest_version": 2,
5   "description": "Test for system.storage.eject function",
6   "app": {
7     "background": {
8       "scripts": ["test.js"]
9     }
10   },
11   "permissions": [ "system.storage" ]