Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / tabs / javascript_url_permissions / manifest.json
blobe53b00a960c5e71fbd86d3e6d72d8c3fe1b8ed9a
2   "name": "javascript url permissions test",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "Tests that navigating a tab to a javascript URLs only works if the extension has access to that tabs host.",
6   "background": {
7     "page": "test.html"
8   },
9   "permissions": ["tabs", "http://b.com/"]