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
/
extension_options
/
embed_self
/
manifest.json
blob
c624dffce088a4d13077cc60145f6490e43bb825
1
{
2
"name": "embed_self_test",
3
"version": "0.1",
4
"manifest_version": 2,
5
"options_page": "options.html",
6
"description": "Tests if extensions can embed their own options pages using <extensionoptions>",
7
"permissions": [
8
"embeddedExtensionOptions",
9
"storage",
10
"tabs"
11
]
12
}