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
Do not announce robot account token before account ID is available
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
page_action
/
page_action_manifest_version_2.json
blob
b092b7fd99eb20c39ff195538a1545fb40857035
1
{
2
"manifest_version": 2,
3
"name": "my extension",
4
"version": "1.0.0.0",
5
"description": "All these page action sub-features are removed in manifest version 2",
6
"page_action": {
7
"id": "id",
8
"icons": [
9
"pageAction.png"
10
],
11
"name": "name",
12
"popup": "popup.html"
13
}
14
}