forked from enviPath/enviPy
21 lines
322 B
JSON
21 lines
322 B
JSON
{
|
|
"rewrites": [
|
|
{
|
|
"source": "/popup",
|
|
"destination": "/popup.html"
|
|
},
|
|
{
|
|
"source": "/duo",
|
|
"destination": "/duo.html"
|
|
},
|
|
{
|
|
"source": "/iframe",
|
|
"destination": "/iframe.html"
|
|
},
|
|
{
|
|
"source": "!/**/*.html",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
}
|