Memo Reminders

Memo Reminders

Reminders that will help you to do the thing you are often "forgetting" or have a "valid" excuse for not doing it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Memo Reminders",
  "version": "1.0.5",
  "icons": {
    "128": "assets/128.png",
    "512": "assets/icon.png"
  },
  "description": "Reminders that will help you to do the thing you are often \"forgetting\" or have a \"valid\" excuse for not doing it.",
  "manifest_version": 2,
  "short_name": "Memo Reminders",
  "browser_action": {
    "default_popup": "index.html#/popup",
    "default_title": "Memo Reminders",
    "default_icon": "assets/icon-s.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "page": "index.html#/background",
    "persistent": true
  },
  "permissions": [
    "contextMenus"
  ],
  "content_security_policy": "script-src 'self' https://*.memoreminders.com https://*.datanasov.com https://cdn.paddle.com https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://apis.google.com https://www.googletagmanager.com; object-src 'self'",
  "homepage_url": "https://memoreminders.com"
}