Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / extension_throttle / manifest.json
blob70285c62c9a40cce583261c9e030aff5c83c4825
2   "name": "Extension tests which issue XHRs from the background page.",
3   "version": "1.0",
4   "manifest_version": 2,
5   "background": {
6     "scripts": ["background.js"]
7   },
8   "permissions": ["webRequest", "<all_urls>"]