TaskList

TaskList

The Fastest To-Do List

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TaskList",
  "version": "1.0.0",
  "description": "The Fastest To-Do List",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "browser_action": {
    "default_title": "TaskList",
    "default_popup": "/index.html"
  },
  "permissions": [
    "storage",
    "management"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com/ https://www.gstatic.com/ https://apis.google.com https://*.firebaseio.com https://*.firebaseapp.com https://www.googleapis.com; object-src 'self'",
  "oauth2": {
    "client_id": "598656509459-9d66qge00ubsgema2nsfpphjkia488ha.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  }
}