Inspect and view changes in Birtly 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
{
"name": "Due.Work",
"version": "0.0.3",
"manifest_version": 2,
"description": "To-do List, Tasks, Project Management and Team Communication Software",
"icons": {
"16": "images/icon-16x16.png",
"32": "images/icon-32x32.png",
"57": "images/icon-57x57.png",
"72": "images/icon-72x72.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts/background.js"
]
},
"permissions": [
"activeTab"
],
"optional_permissions": [],
"browser_action": {
"default_icon": {
"16": "images/icon-16x16.png",
"32": "images/icon-32x32.png",
"57": "images/icon-57x57.png",
"72": "images/icon-72x72.png"
},
"default_title": "Due.Work",
"default_popup": "popup.html"
}
}