Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / executescript / fragment / manifest.json
blob074e9ada561834ae965be2969f2101ebcc5568e1
2   "name": "execute_script_fragment_navigation",
3   "version": "1.0",
4   "manifest_version": 2,
5   "description": "Tests execute script running after navigation to a fragments within a page",
6   "background": {
7     "scripts": ["background.js"]
8   },
9   "permissions": ["tabs", "http://*/*"],
10   "content_scripts": [
11     {"matches": ["http://*/*"], "js": ["content_script.js"]}
12   ]