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