Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / background_scripts / manifest.json
blobea6573eeb0c0f774914e7f491b302850bea5fd4b
2   "name": "Background Scripts Test",
3   "version": "1",
4   "manifest_version": 2,
5   "description": "Test functionality of the background.scripts key",
6   "background": {
7     "scripts": ["a.js", "b.js"]
8   }