Save to 2Do

Save to 2Do

Save tab or link to 2Do

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "browser-action.png",
    "default_title": "Save tab to 2Do"
  },
  "description": "Save tab or link to 2Do",
  "icons": {
    "16": "icon16.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Save to 2Do",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "version": "1.0.0"
}