Any.do New Tab

Any.do New Tab

Extension to see the upcoming tasks to do in the new tab

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Any.do New Tab",
  "description": "Extension to see the upcoming tasks to do in the new tab",
  "version": "0.1.2",
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "bookmarks"
  ],
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}