Planning Center Services

Planning Center Services

Plan church services, schedule volunteers, and rehearse music

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Planning Center Services",
  "description": "Plan church services, schedule volunteers, and rehearse music",
  "version": "2",
  "manifest_version": 2,
  "author": "Planning Center Online",
  "short_name": "Services",
  "icons": {
    "128": "services_icon_128px.png",
    "256": "services_icon_256px.png"
  },
  "app": {
    "urls": [
      "*://services.planningcenteronline.com/"
    ],
    "launch": {
      "web_url": "http://services.planningcenteronline.com/"
    }
  }
}