Ora - Easy links / Tasks / Search

Ora - Easy links / Tasks / Search

Quickly add and search tasks in Ora.pm from any web page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "description": "Quickly add and search tasks in Ora.pm from any web page.",
  "name": "Ora - Easy links / Tasks / Search",
  "version": "0.0.0.4",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_icon": "ora-pm-logo.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs"
  ]
}