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": "1764.0216.4654.5",
"manifest_version": 3,
"name": "Add to Trello",
"description": "Turn your tabs into action items \u2014 send tasks and ideas to Trello",
"background": {
"service_worker": "background\/index.js"
},
"action": {
"default_title": "Save in Trello",
"default_popup": "popup\/index.html"
},
"permissions": [
"activeTab",
"storage",
"identity",
"scripting",
"contextMenus"
],
"icons": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png"
}
}