blob: 3703e89a02bef4eee73879d17b2c7f91d77b63cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
application: chrome-apps-doc
version: 2-42-1
runtime: python27
api_version: 1
threadsafe: false
handlers:
- url: /robots\.txt
static_files: robots.txt
upload: robots.txt
- url: /favicon\.ico
static_files: chrome-32.ico
upload: chrome-32.ico
- url: /apple-touch-icon-precomposed\.png
static_files: chrome-128.png
upload: chrome-128.png
- url: /.*
script: appengine_main.py
|