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 / iframe / manifest.json
blob9a84adb10d04f065ea5bb24f074bd176644b27f2
2   "name": "webNavigation",
3   "version": "1.0",
4   "manifest_version": 2,
5   "description": "Tests the webNavigation API events - iframe.",
6   "background": {
7     "page": "test_iframe.html"
8   },
9   "permissions": ["webNavigation", "tabs"]