home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / lib / plugins / provider_google / info.yaml < prev   
Encoding:
Text File  |  2010-09-27  |  595 b   |  21 lines

  1. name: "Google Account"
  2. type: "service_provider"
  3. provider_id: &provider_id "google"
  4.  
  5. entry_points:
  6.     digsby.service_provider:
  7.         *provider_id: "provider_google.google_service_provider:GoogleServiceProvider"
  8.  
  9. provider_info:
  10.     popularity: 1000
  11.     username_desc: 'Google Account'
  12.     password_desc: 'Password'
  13.     newuser_url: 'https://www.google.com/accounts/NewAccount'
  14.     password_url: 'https://www.google.com/accounts/ForgotPasswd'
  15.     default_domain: "gmail.com"
  16.     display_domain: "gmail"
  17.  
  18. skin:
  19.     serviceprovidericons:
  20.         *provider_id: "res/google.png"
  21.