Cilantro

Cilantro

Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cilantro",
  "version": "1.1",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "chrome_icon.png"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "https://avocado.io/",
    "tabs"
  ]
}