Inspect and view changes in Gyst 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
{
"manifest_version": 2,
"name": "Gyst",
"version": "1.0",
"description": "Another TODO list app, Get your s*** together",
"icons": {
"48": "icons/48listIcon.png"
},
"permissions": [
"activeTab",
"tabs",
"notifications"
],
"browser_action": {
"default_icon": "icons/48listIcon.png",
"default_title": "Gyst",
"default_popup": "popup/currentList.html"
}
}