Step Tracker

Step Tracker

Quickly see your daily step progress!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Step Tracker",
  "version": "1.91",
  "description": "Quickly see your daily step progress!",
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Fitbit Extension",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "callback.html",
    "dist/callback.js"
  ],
  "manifest_version": 2,
  "permissions": [
    "alarms",
    "storage",
    "*://*.fitbit.com/*"
  ]
}