Done. Productivity Superpower & Task Manager

Done. Productivity Superpower & Task Manager

Your work. Done. Faster. Join people around the world unlocking unlimited productivity through simple accountability.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Done. Productivity Superpower & Task Manager",
  "description": "Your work. Done. Faster. Join people around the world unlocking unlimited productivity through simple accountability.",
  "version": "1.0.0.3",
  "browser_action": {
    "default_icon": "img/icon-128.png"
  },
  "permissions": [
    "<all_urls>",
    "identity"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "options_page": "options/index.html",
  "web_accessible_resources": [
    "options/index.html"
  ],
  "icons": {
    "128": "img/icon-128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://cdn.firebase.com/ https://js.stripe.com/ https://apis.google.com/ https://us-central1-test-2da14.cloudfunctions.net/; object-src 'self'",
  "oauth2": {
    "client_id": "630911390804-q0dv4iflkpihc7diuhrbnpf95gbjdg9j.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  }
}