fitAnalytica - Fitness Tracker for Chrome

fitAnalytica - Fitness Tracker for Chrome

fitAnalytica is a Chrome fitness tracker with step tracking, a global leaderboard, and motivational quotes. Download now and start!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "fitAnalytica - Fitness Tracker for Chrome",
  "version": "1.1.0",
  "manifest_version": 3,
  "description": "fitAnalytica is a Chrome fitness tracker with step tracking, a global leaderboard, and motivational quotes. Download now and start!",
  "author": "Basabendra Chattopadhyay",
  "chrome_url_overrides": {
    "newtab": "data.html"
  },
  "icons": {
    "16": "/images/16.png",
    "48": "/images/48.png",
    "128": "/images/128.png"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default-icon": "images/16.png"
  }
}