Things 3 (unofficial), add task extention

Things 3 (unofficial), add task extention

This extention allows you to add tasks from your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Things 3 (unofficial), add task extention",
  "description": "This extention allows you to add tasks from your browser.",
  "version": "1.0.1",
  "background": {
    "service_worker": "scripts/background.js"
  },
  "offline_enabled": true,
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "action": {}
}