Update README and description language
This commit is contained in:
Родитель
cad243db8b
Коммит
55c679d149
|
@ -1,10 +1,10 @@
|
|||
# Mozilla IAM Site Checker
|
||||
|
||||
This is an in-development add-on that puts a small green checkmark in the
|
||||
address bar for sites on which it is safe to log in to the Mozilla IAM system
|
||||
(aka "your LDAP password"). On other sites there is a hidden page action in
|
||||
the menu that shows a red X and a note that it is not safe to use your
|
||||
Mozilla IAM credentials on this site.
|
||||
address bar for sites on which it is safe to use your Mozilla credentials on.
|
||||
On other sites there is a hidden page action in the menu that shows a red X
|
||||
and a note that it is not safe to use your Mozilla IAM credentials on this
|
||||
site.
|
||||
|
||||
The list of sites is hard coded into the add-on. The current list is:
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Mozilla IAM Checker",
|
||||
"name": "Mozilla IAM Site Checker",
|
||||
"version": "0.1",
|
||||
|
||||
"description": "Verifies that you are on a site trusted by Mozilla IAM",
|
||||
"description": "Verifies that you are on a site that is safe to enter your Mozilla credentials on",
|
||||
|
||||
"background": {
|
||||
"scripts": ["background.js"]
|
||||
|
|
Загрузка…
Ссылка в новой задаче