Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / page_action / simple / manifest.json
blobba3f99232e450863234cde68b209c91769c2d83c
2   "name": "9: Page Action",
3   "description": "Test",
4   "version": "0.1",
5   "manifest_version": 2,
6   "page_action": {
7     "default_title": "Title",
8     "default_icon": "icon.png"
9   },
10   "background": {
11     "scripts": ["background.js"]
12   },
13   "permissions": ["tabs", "*://*/*"]