mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
14 lines
381 B
JSON
14 lines
381 B
JSON
{
|
|
"name": "Google Maps",
|
|
"website": "http://maps.google.com",
|
|
"matches": [
|
|
{
|
|
"search": "script",
|
|
"regexp": "(?:maps\\.google\\.com/maps\\?file=api(?:&v=([\\d.]+))?|maps\\.google\\.com/maps/api/staticmap)"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "//maps\\.googleapis\\.com/maps/api/js"
|
|
}
|
|
]
|
|
} |