I have read that to have a chance to get a browser extension featured by Mozilla, one of the requirement is that a privacy policy has been defined for the extension. Now with approx. 100 daily users of my extension, it probably doesn’t qualify for anything anyway, but still it made me think that it maybe would be good practice to define a privacy policy for my extension…
My extension, Flickr Fixr, is a simple extension with the solely purpose to make Flickr a better place to be. It of course runs on Flickr’s main domain (flickr.com), but also on flickr.net which hosts two flickr blogs. The extension is basically a content-script altering UI and sometimes adding information information from other pages on flickr.com or from the Flickr API at api.flickr.com (all API calls are currently “public unsigned”).
My first attempt to define a privacy policy looks like this:
Flickr Fixr does not collect data and does not use data in any other ways than nescesarry for the extensions features and functionallity. The only purpose of the extension is to make it a better experience to be on Flickr.
Flickr Fixr does in current version not communicate any data at all outside the flickr domains (flickr.com and flickr.net). If some future new feature of Flickr Fixr will require data to be sent outside the flickr domains, It will be an opt-in (default disabled) feature, and I will make sure to state how data is used before you eventually enable it.
The “opening” for future changes in the end of this draft-version, is because I have an idea in my head for a feature which will require an external database application keeping some statistics on favorites and favorites lists, and that the user needs to register as a user on my database application (using Flickr id) and maybe also authorize extension and/or database-application to read the Flickr API signed as the user (readonly). I probably never find the time to implement this idea, but didn’t want a privacy policy to be a problem, in case I do.
But then I read the mouseover hint on my plugin’s settings page on AMO for defining privacy policy saying:
If your add-on transmits any data from the user’s computer, a privacy policy is required that explains what data is sent and how it is used. It is only relevant for listed add-ons.
which is kind of the other way around than I was thinking. I guess my basis assumption was that extensions was running in a sandbox, thus it was not an interesting angle looking at transfering information found on the browser/system. But of course, depending on granted permissions, extensions does have access to some information on user, users system (OS/browser) or setup available.
So how could a good simple privacy policy look like? Does anybody have some tips or examples of clear, simple and short privacy policy for a browser extension, that could be good inspiration?