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
Roll leveldb 3f7758:803d69 (v1.17 -> v1.18)
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
panels
/
basic
/
manifest.json
blob
ea9d2363dc94f370b190bd29e6b42103f5e17204
1
{
2
"name": "Simple extension that creates a panel.",
3
"version": "1",
4
"manifest_version": 2,
5
"description": "Used by tests that simply need a panel created.",
6
"background": {
7
"scripts": ["test.js"]
8
},
9
"permissions": ["tabs"]
10
}