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
/
page_action
/
simple
/
manifest.json
blob
ba3f99232e450863234cde68b209c91769c2d83c
1
{
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", "*://*/*"]
14
}