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.

62 lines
1.6 KiB

  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. <dict>
  5. <key>Author</key>
  6. <string>Mr. Gecko's Media</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>GLogoChanger Dev</string>
  9. <key>CFBundleIdentifier</key>
  10. <string>com.MrGeckosMedia.GLogoChanger</string>
  11. <key>CFBundleInfoDictionaryVersion</key>
  12. <string>6.0</string>
  13. <key>CFBundleShortVersionString</key>
  14. <string>0.1.1</string>
  15. <key>CFBundleVersion</key>
  16. <string>0.1.1</string>
  17. <key>Chrome</key>
  18. <dict>
  19. <key>Global Page</key>
  20. <string>global.html</string>
  21. </dict>
  22. <key>Content</key>
  23. <dict>
  24. <key>Scripts</key>
  25. <dict>
  26. <key>Start</key>
  27. <array>
  28. <string>glogo.js</string>
  29. </array>
  30. </dict>
  31. <key>Whitelist</key>
  32. <array>
  33. <string>http://www.google.com/*</string>
  34. <string>https://www.google.com/*</string>
  35. <string>https://encrypted.google.com/*</string>
  36. <string>http://www.google.be/*</string>
  37. </array>
  38. </dict>
  39. <key>Description</key>
  40. <string>Randomly picks a Google logo and lets you choose a custom one</string>
  41. <key>ExtensionInfoDictionaryVersion</key>
  42. <string>1.0</string>
  43. <key>Permissions</key>
  44. <dict>
  45. <key>Website Access</key>
  46. <dict>
  47. <key>Allowed Domains</key>
  48. <array>
  49. <string>*.google.com</string>
  50. </array>
  51. <key>Include Secure Pages</key>
  52. <true/>
  53. <key>Level</key>
  54. <string>Some</string>
  55. </dict>
  56. </dict>
  57. <key>Update Manifest URL</key>
  58. <string>http://mrgeckosmedia.com/GLogoChanger.plist</string>
  59. <key>Website</key>
  60. <string>http://mrgeckosmedia.com/</string>
  61. </dict>
  62. </plist>