Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / permissions / host_subsets / manifest.json
blob25a572c48a2a75eb8004d753c2338cee9775c925
2   "name": "host_subsets",
3   "description": "Tests requesting, querying, and removing host permissions that are a subset of the optional permissions.",
4   "version": "1",
5   "background": {
6     "scripts": ["background.js"]
7   },
8   "optional_permissions": ["http://*/*", "ftp://ftp.example.com/*"],
9   "manifest_version": 2