Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.6",
"manifest_version": 2,
"name": "Text Editor",
"offline_enabled": true,
"short_name": "text-editor",
"app": {
"background": {
"page": "lib\/chrome\/background.html"
}
},
"description": "A free, highly customizable text and code editor app for your browser.",
"permissions": [
"storage",
"browser",
"alwaysOnTopWindows",
{
"fileSystem": [
"write",
"directory",
"retainEntries"
]
}
],
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
}
}