Streak Tracker

Streak Tracker

Track your most important habit on a new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Streak Tracker",
  "description": "Track your most important habit on a new tab",
  "version": "1.6.2",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "manifest_version": 2,
  "icons": {
    "128": "/file.png"
  },
  "chrome_url_overrides": {
    "newtab": "/index.html"
  }
}