Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / window_open / opener / manifest.json
blob675b976ce6460f55af97e1425eb97703f55c7379
2   "name": "chrome.windows.create() and window.opener behavior",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "Tests the window.opener property can be preserved with certain combinations of chrome.windows.create and window.open.",
6   "background": {
7     "page": "test.html"
8   },
9   "permissions": ["tabs"]