repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
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
blob
7c7ec344bc85be9b82bfa63563a27f93bdb8bc8a
1
{
2
"name": "activeTab",
3
"description": "API test for activeTab",
4
"version": "0.1",
5
6
"browser_action": {
7
"default_title": "activeTab"
8
},
9
10
"permissions": [
11
"activeTab",
12
"webNavigation"
13
],
14
15
"background": {
16
"scripts": ["background.js"]
17
},
18
19
"automation": true,
20
21
"manifest_version": 2,
22
23
"web_accessible_resources": [ "iframe.html" ]
24
}