Check Check Check

Check Check Check

Check off to do items in your new tabs. Synced in Chrome across all your computers.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Check Check Check",
  "description": "Check off to do items in your new tabs. Synced in Chrome across all your computers.",
  "version": "0.0.0.7",
  "icons": {
    "16": "newdoIcon16.png",
    "128": "newdoIcon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newdo.html"
  },
  "content_security_policy": "script-src 'self' https://fonts.googleapis.com/; object-src 'self'",
  "permissions": [
    "storage"
  ]
}