PurposeTab: Your daily focus on each new tab

PurposeTab: Your daily focus on each new tab

Your daily focus, habits, to-do's, goals, and more - always a click away.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PurposeTab: Your daily focus on each new tab",
  "author": "PurposeTab",
  "version": "0.0.7.7",
  "description": "Your daily focus, habits, to-do's, goals, and more - always a click away.",
  "offline_enabled": true,
  "incognito": "split",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://app.getbeamer.com/js/beamer-embed.js https://cdn.heapanalytics.com/js/heap-2746501466.js; object-src 'self'",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}