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",
"name": "Caret",
"description": "Professional text editing for Chrome and Chrome OS",
"version": "1.8.25",
"manifest_version": 2,
"default_locale": "en",
"icons": {
"128": "icon-128.png"
},
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"permissions": [
"clipboardRead",
"clipboardWrite",
"contextMenus",
"storage",
"notifications",
"syncFileSystem",
"app.window.fullscreen.overrideEsc",
{
"fileSystem": [
"write",
"retainEntries",
"directory"
]
}
],
"kiosk_enabled": false,
"offline_enabled": true,
"file_handlers": {
"text": {
"types": [
"application\/javascript",
"application\/json",
"application\/x-shellscript",
"application\/xml",
"message\/rfc822",
"text\/*",
"application\/*"
]
}
}
}