MoveOn - New Tab

MoveOn - New Tab

Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "moveon.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy",
  "icons": {
    "16": "assets/icon-16.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "manifest_version": 2,
  "name": "MoveOn - New Tab",
  "offline_enabled": true,
  "short_name": "MoveOn",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}