What Is My Age

What Is My Age

This is a free age calculator from birthday which calculate your age in year month day format.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": {
      "16": "logo_128.png",
      "32": "logo_128.png",
      "48": "logo_128.png",
      "128": "logo_128.png"
    },
    "default_popup": "index.html"
  },
  "description": "This is a free age calculator from birthday which calculate your age in year month day format.",
  "icons": {
    "16": "logo_128.png",
    "32": "logo_128.png",
    "48": "logo_128.png",
    "128": "logo_128.png"
  },
  "manifest_version": 2,
  "name": "What Is My Age",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1"
}