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": "Listic",
"description": "Listic turns long paragraphs into checklists",
"version": "1.4",
"homepage_url": "https:\/\/github.com\/SlowBubble\/listic",
"author": "SlowBubble",
"icons": {
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_title": "Listic turns long text into checklists."
},
"background": {
"service_worker": "background.js"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
}
}
},
"minimum_chrome_version": "88",
"manifest_version": 3
}