-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
to reflect the new organization of the project.
- Loading branch information
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,25 +3,25 @@ | |
"name": "Site Password", | ||
"short_name": "Site Password for Firefox", | ||
"description": "Don't remember your passwords. Don't store them. Calculate them!", | ||
"version": "1.5.0", | ||
"version": "3.0", | ||
"browser_specific_settings": { | ||
"gecko": { | ||
"id": "[email protected]" | ||
} | ||
}, | ||
"background": { | ||
"page": "./bg.html" | ||
"page": "bg.html" | ||
}, | ||
"action": { | ||
"default_icon": "ssplogo.png", | ||
"default_icon": "images/ssplogo.png", | ||
"default_popup": "ssp.html" | ||
}, | ||
"content_scripts": [ | ||
{ | ||
"matches": ["https://*/*", "http://*/*"], | ||
"run_at": "document_idle", | ||
"js": [ | ||
"findpw.js" | ||
"src/findpw.js" | ||
], | ||
"all_frames": true | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters