Visualize Life

Visualize Life

There are not that many dots, make them count.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Visualize Life",
  "description": "There are not that many dots, make them count.",
  "version": "1.1",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'sha256-jrHOPQPUW/5pP6pFCb6qLsttDYIjiMI4Nr+jNdbwpNc='; object-src 'self'",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "logo192.png",
    "48": "logo192.png",
    "128": "logo192.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}