repo.or.cz
/
Tadpole.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
오라클 드라이버를 명시적으로 삭제.
[Tadpole.git]
/
com.hangum.tadpole.chromeapp
/
chrome_app
/
manifest.json
blob
9bdb102c5fe3772f37ad83bab0a3df4d97e467d8
1
{
2
"name": "Tadpole DB Hub",
3
"description": "DB collaboration tool(Altibase, Apache Hive, CUBRID, MariaDB, MySQL, Oracle, SQLite, MSSQL, PostgreSQL, MongoDB)",
4
"version": "1.7.2.0",
5
"manifest_version":2,
6
"icons": {
7
"16": "icon_16.png",
8
"48": "icon_48.png",
9
"128": "icon_128.png"
10
},
11
"app":{
12
"urls": [
13
"https://tadpolehub.com/"
14
],
15
"launch": {
16
"web_url": "https://tadpolehub.com/"
17
}
18
},
19
"permissions": [
20
"unlimitedStorage",
21
"notifications"
22
]
23
}