Health and Fitness

Health and Fitness

Health and fitness is a web application to monitor the nutritional value of meals and tracking exercises during the day

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Health and fitness is a web application to monitor the nutritional value of meals and tracking exercises during the day",
  "manifest_version": 2,
  "name": "Health and Fitness",
  "version": "2.0",
  "homepage_url": "https://github.com/kukom6/Fitness",
  "icons": {
    "48": "logos/icon48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "logos/icon32.png"
  }
}