Inspect and view changes in StandUp! 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": "StandUp!",
"version": "1.0.4resigned1",
"description": "Notifies the user after a specified interval to get up and stretch a bit.",
"homepage_url": "https://github.com/Azlond/StandUp",
"icons": {
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"64": "icons/icon-64.png",
"96": "icons/icon-96.png"
},
"permissions": [
"alarms",
"tabs",
"notifications",
"<all_urls>",
"activeTab",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options/options.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{065b3d43-bbfe-47de-a835-a212ec7277dd}"
}
}
}