blob: e2813f29ae5e9bf2aa55a106ee33f2babe399adb (
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-31-0
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
|