Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / webnavigation / srcdoc / manifest.json
blobc1934c51f2142a409daed4529a676297d9dc7c0f
2   "name": "webNavigation",
3   "version": "1.0",
4   "manifest_version": 2,
5   "description": "Tests the webNavigation API events - srcdoc.",
6   "background": {
7     "page": "test_srcdoc.html"
8   },
9   "permissions": ["webNavigation", "tabs"]