Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / media_galleries / tourl / manifest.json
blobee63b202c6478dc4cd9fe4452226f2f71cb75262
2   "name": "chrome.mediaGalleries.tourl",
3   "version": "0.1",
4   "description": "test url access for chrome.mediaGalleries",
5   "app": {
6     "background": {
7       "scripts": ["common_injected.js", "test.js"]
8     }
9   },
10   "permissions": [{"mediaGalleries": ["read", "allAutoDetected"]}]