Desktop app for Google Tasks

Desktop app for Google Tasks

Standalone Desktop app for Google Tasks. Export and share your Google Tasks lists in one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Desktop app for Google Tasks",
  "short_name": "Tasksboard",
  "description": "Standalone Desktop app for Google Tasks. Export and share your Google Tasks lists in one click.",
  "homepage_url": "https://tasksboard.com",
  "version": "0.5.2",
  "permissions": [
    "sidePanel",
    "contextMenus"
  ],
  "host_permissions": [
    "https://tasksboard.com/*",
    "http://localhost/*"
  ],
  "side_panel": {
    "default_path": "sidePanel.html"
  },
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "action": {
    "default_title": "Tasksboard",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}