Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / active_tab / manifest.json
blob7c7ec344bc85be9b82bfa63563a27f93bdb8bc8a
2   "name": "activeTab",
3   "description": "API test for activeTab",
4   "version": "0.1",
6   "browser_action": {
7     "default_title": "activeTab"
8   },
10   "permissions": [
11     "activeTab",
12     "webNavigation"
13   ],
15   "background": {
16     "scripts": ["background.js"]
17   },
19   "automation": true,
21   "manifest_version": 2,
23   "web_accessible_resources": [ "iframe.html" ]