Inspect and view changes in Asana Extensions source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Asana Extensions",
"version": "1.1",
"description": "Adds useful features to Asana.",
"permissions": [
"tabs",
"*://app.asana.com/*"
],
"background": {
"scripts": [
"bootstrap.js"
],
"persistent": false
},
"page_action": {
"default_name": "Asana Extensions",
"default_icon": "asanaplusplus.png"
},
"icons": {
"128": "asanaplusplus.png"
}
}