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
Add/resurrect support for bundles of WebStore items.
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
api_test
/
webstore_private
/
bundle
/
app1.json
blob
cc6c678d3a10d0beb975a36771ef30cdc63d439c
1
{
2
"name": "app.1",
3
"version": "1",
4
"app": {
5
"urls": [ "http://www.testapp.com" ],
6
"launch": { "web_url": "http://www.testapp.com" }
7
},
8
"permissions": [ "clipboardRead" ]
9
}