Chronological Age Calculator

Chronological Age Calculator

Calculates the age of two dates in Years, Months, Dates.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortname__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.0.0.6",
  "minimum_chrome_version": "28",
  "icons": {
    "128": "photo_icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "kiosk_enabled": true,
  "offline_enabled": true,
  "permissions": [
    "http://danieltse.com/",
    "https://www.google-analytics.com/",
    "storage"
  ]
}