Fructify: Productivity + New Tab

Fructify: Productivity + New Tab

Productivity new tab dashboard with todo list, goal manager, and screen time tracker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Productivity new tab dashboard with todo list, goal manager, and screen time tracker",
  "version": "1.5",
  "name": "Fructify: Productivity + New Tab",
  "icons": {
    "16": "logo-16.png",
    "48": "logo-48.png",
    "128": "logo-128.png"
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "web_accessible_resources": [
    "logo-16.png",
    "logo-48.png",
    "logo-128.png"
  ],
  "manifest_version": 2,
  "permissions": [
    "notifications",
    "alarms",
    "background",
    "bookmarks"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}