Rooster Todo Manager

Rooster Todo Manager

Todos manager for humans Sits in your sidebar and helps your organize. Includes scheduling

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Rooster",
  "version": "0.0.8resigned1",
  "description": "Todos manager for humans",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "32": "images/icon-logo.svg",
    "48": "images/icon-logo.svg",
    "64": "images/icon-logo.svg",
    "96": "images/icon-logo.svg"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon-logo.svg",
      "38": "images/icon-logo.svg",
      "76": "images/icon-logo.svg"
    },
    "default_title": "Open Rooster"
  },
  "sidebar_action": {
    "default_title": "Rooster",
    "default_panel": "index.html",
    "default_icon": "images/icon-logo.svg"
  },
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      }
    }
  }
}