blob: 80e34021fc9ed09adb0c9598ed4210d4de91f2d6 (
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-32-5
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
|