Next Due Date

Next Due Date

Always know how long you have until your next Due date

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Next Due Date",
  "version": "1.0.5",
  "manifest_version": 2,
  "description": "Always know how long you have until your next Due date",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "NextDueDate",
    "default_popup": "nextDueDate.html"
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'"
}