ToDo Task

ToDo Task

Be Well Managed. Your Personal Task Management Tool with Always changing Clasic wallpapers and Material UI/UX Design.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ToDo Task",
  "description": "Be Well Managed. Your Personal Task Management Tool with Always changing Clasic wallpapers and Material UI/UX Design.",
  "version": "1.4",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "templates/index.html"
  },
  "icons": {
    "16": "static/img/16icon.png",
    "48": "static/img/48icon.png",
    "128": "static/img/128icon.png"
  },
  "browser_action": {
    "default_icon": "static/img/48icon.png"
  },
  "content_security_policy": "script-src 'self' https://query.yahooapis.com; object-src 'self'",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "activeTab",
    "unlimitedStorage",
    "geolocation"
  ]
}