Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_APPNAME__",
"description": "__MSG_APPDESC__",
"manifest_version": 3,
"version": "0.0.6",
"default_locale": "en",
"content_scripts": [
{
"matches": [
"*:\/\/*.trello.com\/*",
"*:\/\/trello.com\/*"
],
"js": [
"jquery-2.1.0.min.js",
"save.js",
"xlsx.js",
"jszip.min.js",
"export.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"jquery-2.1.0.min.map"
],
"matches": [
"*:\/\/*.trello.com\/*",
"*:\/\/trello.com\/*"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
}
}