2012-08-25 19:54:57 +08:00
{
"manifest_version" : 2 ,
"name" : "JSON Editor" ,
2013-03-09 05:14:07 +08:00
"version" : "2.1.0" ,
"description" : "JSON Editor is a tool to view, edit, and format JSON. It shows your data in an editable treeview and in a code editor with syntax highlighting." ,
2012-08-25 19:54:57 +08:00
"app" : {
2012-10-09 03:51:35 +08:00
"urls" : [
"http://jsoneditoronline.org/" ,
"http://jsoneditoronline.org/index.html" ,
"http://jsoneditoronline.org/changelog.txt" ,
"http://jsoneditoronline.org/NOTICE"
] ,
2012-08-25 19:54:57 +08:00
"launch" : {
2012-10-09 03:51:35 +08:00
"web_url" : "http://jsoneditoronline.org/"
2012-08-25 19:54:57 +08:00
}
} ,
"icons" : {
"16" : "icon_16.png" ,
"128" : "icon_128.png"
} ,
"permissions" : [
2012-09-01 03:55:19 +08:00
] ,
2012-10-09 03:51:35 +08:00
"offline_enabled" : false
2013-03-09 05:14:07 +08:00
}