зеркало из https://github.com/mozilla/gecko-dev.git
15 строки
604 B
Plaintext
15 строки
604 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>Google</key>
|
|
<string>http://www.google.com/search?q=%s&sourceid=mozilla2&ie=utf-8&oe=utf-8</string>
|
|
<key>Google Images</key>
|
|
<string>http://images.google.com/images?ie=UTF-8&oe=UTF-8&q=%s</string>
|
|
<key>PreferredSearchEngine</key>
|
|
<string>Google</string>
|
|
<key>Search this Site</key>
|
|
<string>http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s site:%d</string>
|
|
</dict>
|
|
</plist>
|