Glucose Benedict's Test

Glucose Benedict's Test

Simulation of Glucose Benedict's Test

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "short_name": "Glucose Benedict's Test",
  "name": "Glucose Benedict's Test",
  "version": "4.1",
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "minimum_chrome_version": "28"
}