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 / favicon / manifest.json
blob96afa8130e2a525c548660472ed4ed2c71ef8d9d
2   "name": "favicon test",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "Tests that we can load favicon images.",
6   "background": {
7     "page": "test.html"
8   },
9   "permissions": ["chrome://favicon/"]