2012-08-25 19:54:57 +08:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "JSON Editor",
|
2012-09-30 04:50:34 +08:00
|
|
|
"version": "1.5.0",
|
2012-08-25 19:54:57 +08:00
|
|
|
"description": "JSON Editor is a tool to view, edit, and format JSON. It shows your data in an editable treeview and in formatted plain text.",
|
|
|
|
"app": {
|
|
|
|
"launch": {
|
|
|
|
"local_path": "index.html"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"icons": {
|
|
|
|
"16": "icon_16.png",
|
|
|
|
"128": "icon_128.png"
|
|
|
|
},
|
|
|
|
"permissions": [
|
2012-09-01 03:55:19 +08:00
|
|
|
],
|
|
|
|
"offline_enabled": true
|
2012-08-25 19:54:57 +08:00
|
|
|
}
|