Better Today day planner

Better Today day planner

Better Today replaces your new tabs with a day planner for tracking goals, tasks, life, health and habits at one place.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Better Today day planner",
  "short_name": "Better Today - day planner with goals, todos, habit trackers and more",
  "description": "Better Today replaces your new tabs with a day planner for tracking goals, tasks, life, health and habits at one place.",
  "version": "2.2.0",
  "icons": {
    "16": "bettertoday-chrome-logo-16.png",
    "48": "bettertoday-chrome-logo-48.png",
    "128": "bettertoday-chrome-logo-128.png",
    "512": "bettertoday-chrome-logo-512.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_icon": "bettertoday-chrome-logo-48.png"
  },
  "permissions": [],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' https://js.stripe.com https://apis.google.com https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com 'unsafe-eval'; object-src 'self';",
  "web_accessible_resources": [
    "assets/css/*",
    "assets/js/*",
    "assets/fonts/*"
  ]
}