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
/
hosted_app
/
manifest.json
blob
a249e030881e0fd60daebef657bc0c435fff1544
1
{
2
"name": "hosted_app",
3
"version": "0.1",
4
"manifest_version": 2,
5
"description": "Trivial hosted app.",
6
"app": {
7
"urls": [
8
"http://localhost/extensions/hosted_app/main.html"
9
],
10
"launch": {
11
"web_url": "http://localhost/extensions/hosted_app/main.html"
12
}
13
}
14
}