mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-29 13:49:41 +07:00
15 lines
200 B
YAML
15 lines
200 B
YAML
application: moishetest
|
|
version: 1
|
|
runtime: python
|
|
api_version: 1
|
|
|
|
handlers:
|
|
- url: /static
|
|
static_dir: static
|
|
|
|
- url: /.*
|
|
script: chatactoe.py
|
|
|
|
inbound_services:
|
|
- channel_presence
|