~online-accounts/webaccounts-browser-extension/13.10

1
2
3
4
5
6
7
8
9
10
11
<schemalist>
  <schema id="com.canonical.webcredentials.capture" path="/com/canonical/webcredentials/capture/" gettext-domain="webcredentials-browser-extension">
    <key name="dontask-accounts" type="as">
      <summary>A list of accounts (in the form domain:account) which we will not propose to create locally.</summary>
      <default>[]</default>
      <description>
        This key lists all those accounts for which the creation of a local account has been already asked, and won't be asked again.
      </description>
    </key>
  </schema>
</schemalist>