Memento Vitae - Your Life in Time Firefox

Examine source code of Memento Vitae - Your Life in Time

Inspect and view changes in Memento Vitae - Your Life in Time source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Memento Vitae - Your Life in Time",
  "version": "1.2.0",
  "description": "See Your Life. Spend It Wisely",
  "permissions": [
    "storage",
    "tabs",
    "webNavigation",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      },
      "description": "Open Memento Vitae popup and focus timer input"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "memento-vitae@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Memento Vitae - Your Life in Time Alternatives

Here are some Firefox add-ons that are similar to Memento Vitae - Your Life in Time: