ticketing.events - sell event tickets online

ticketing.events - sell event tickets online

Ticketing.events enables anyone to create events and sell tickets online and on mobile.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "short_name": "ticketing.events",
  "version": "1.0.0.5",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "https://ticketing.events/app/session/login?src=chrome"
    ],
    "launch": {
      "web_url": "https://ticketing.events/?src=chrome"
    }
  }
}