Reminder-App

Reminder-App

Reminder app for all your tasks

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Reminder-App",
  "version": "0.7.0",
  "description": "Reminder app for all your tasks",
  "icons": {
    "128": "tasks.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Reminder App",
    "default_icon": {
      "16": "tasks.png",
      "24": "tasks.png",
      "32": "tasks.png"
    }
  },
  "permissions": [
    "storage"
  ]
}