Random task

Random task

The easiest way to choose your next task in Todoist

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Random task",
  "version": "1.03",
  "description": "The easiest way to choose your next task in Todoist",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "activeTab",
    "declarativeContent"
  ],
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "img/favicon/favicon_16x.png",
      "32": "img/favicon/favicon_32x.png",
      "48": "img/favicon/favicon_48x.png",
      "128": "img/favicon/favicon_128x.png"
    }
  },
  "icons": {
    "16": "img/favicon/favicon_16x.png",
    "32": "img/favicon/favicon_32x.png",
    "48": "img/favicon/favicon_48x.png",
    "128": "img/favicon/favicon_128x.png"
  }
}