Podio

Podio

A better way for your team to communicate, organize and work together. Free, unlimited use for teams of five.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Podio",
  "description": "A better way for your team to communicate, organize and work together. Free, unlimited use for teams of five.",
  "version": "2.1.0",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://podio.com/",
      "http://*.podio.com/",
      "https://podio.com/",
      "https://*.podio.com/"
    ],
    "launch": {
      "web_url": "https://podio.com/"
    }
  },
  "icons": {
    "16": "icons/podio_16.png",
    "48": "icons/podio_48.png",
    "128": "icons/podio_128.png"
  }
}