jsoneditor/app/chrome/manifest.json

25 lines
702 B
JSON
Raw Normal View History

2012-08-25 19:54:57 +08:00
{
"manifest_version": 2,
"name": "JSON Editor",
"version": "@@version",
2013-03-09 05:29:26 +08:00
"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.",
2012-08-25 19:54:57 +08:00
"app": {
"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": {
"web_url": "http://jsoneditoronline.org/"
2012-08-25 19:54:57 +08:00
}
},
"icons": {
"16": "icon_16.png",
"128": "icon_128.png"
},
"permissions": [
],
"offline_enabled": false
2013-03-09 05:14:07 +08:00
}