Safari Extension to change the logo of Google's home and search page.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
508 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <array>
  5. <dict>
  6. <key>Key</key>
  7. <string>homeLogo</string>
  8. <key>Title</key>
  9. <string>Home Logo</string>
  10. <key>Type</key>
  11. <string>TextField</string>
  12. </dict>
  13. <dict>
  14. <key>Key</key>
  15. <string>searchLogo</string>
  16. <key>Title</key>
  17. <string>Search Logo</string>
  18. <key>Type</key>
  19. <string>TextField</string>
  20. </dict>
  21. </array>
  22. </plist>