TickTick - Todo & Task List & Reminder

TickTick - Todo & Task List & Reminder

Your wonderful to-do & task list to make all things done and get life well organized. The Addon can help you to save the text on web page as a TickTick task easily. And show your task count on Toolbar badge.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "1.1.5.0",
  "short_name": "__MSG_appShortName__",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js",
      "scripts/common-9cb0a30c84c02a0d12c5.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon-default.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://dida365.com/*",
        "https://www.dida365.com/*",
        "https://ticktick.com/*",
        "https://www.ticktick.com/*"
      ],
      "js": [
        "scripts/webappscript.js"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "scripts/contentscript.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "scripts/*",
    "pages/frame_dd.html",
    "pages/frame_tt.html"
  ],
  "externally_connectable": {
    "ids": [],
    "matches": [
      "https://dida365.com/*",
      "https://ticktick.com/*"
    ]
  },
  "permissions": [
    "*://*/*",
    "tabs",
    "storage",
    "contextMenus",
    "cookies",
    "alarms",
    "notifications"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{52198036-5173-4877-a8e8-62474781798d}",
      "strict_min_version": "42.0"
    },
    "edge": {
      "browser_action_next_to_addressbar": true
    }
  }
}