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


{
  "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.1resigned1",
  "homepage_url": "https://github.com/kukom6/Fitness",
  "icons": {
    "48": "logos/icon48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "logos/icon32.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9563c61f-e36a-4d7a-b312-38d505bf9e63}"
    }
  }
}