SpanD

SpanD

Calculates span between two datetimes; or calculates the datetime in specified days and hours.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SpanD",
  "version": "2.0",
  "manifest_version": 2,
  "description": "Calculates span between two datetimes; or calculates the datetime in specified days and hours.",
  "homepage_url": "https://gitlab.com/irina-ivanova-extensions/spanD",
  "icons": {
    "128": "icons/icon.png"
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_popup": "index.html"
  },
  "content_security_policy": "default-src 'self'",
  "author": {
    "name": "Irina Ivanova",
    "email": "[email protected]"
  }
}