jsoneditor/app/chrome/manifest.json

18 lines
455 B
JSON
Raw Normal View History

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": [
],
"offline_enabled": true
2012-08-25 19:54:57 +08:00
}