Keep your todos always in-front of you
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,
"short_name": "OrganizeYou - Out of sight, out of mind",
"name": "OrganizeYou - Out of sight, out of mind",
"description": "Keep your todos always in-front of you",
"version": "3.1.5",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{e1a10003-0d34-47a2-8494-531ccf9a2314}",
"strict_min_version": "42.0"
}
},
"permissions": [
"storage",
"activeTab"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_security_policy": "script-src 'self' 'sha256-SMF/HQZamhezKwkczh7dK9s+isXxfDtMmYKhi9gHmWw='; object-src 'self'",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}