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