Skip to content

Commit a317356

Browse files
committed
Update repository url
1 parent 1876fa3 commit a317356

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Firefox Add-on which exports all cookies to a Netscape HTTP Cookie File, as used
66
This addon adds an icon to the toolbar, which can be used to toggle a popup
77
menu:
88

9-
![Screenshot](https://github.com/lennonhill/cookies-txt/blob/master/doc/screenshot-01.png?raw=true)
9+
![Screenshot](https://github.com/hrdl-github/cookies-txt/blob/master/doc/screenshot-01.png?raw=true)
1010

1111
## Multiple Containers
1212
The Add-on is able to export the cookies for each of the containers in Firefox. The cookies of the default container will be exported in ``cookies.txt``, the cookies of any other *named* container will be exported in ``cookies.*name-of-container*.txt``.
1313

1414
## Licence
1515

16-
<a href="https://github.com/lennonhill/cookies-txt/blob/master/LICENSE">GPLv3</a>
16+
<a href="https://github.com/hrdl-github/cookies-txt/blob/master/LICENSE">GPLv3</a>

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"description": "__MSG_extDescription__",
1111
"developer": {
1212
"name": "Lennon Hill",
13-
"url": "https://github.com/lennonhill/cookies-txt"
13+
"url": "https://github.com/hrdl-github/cookies-txt"
1414
},
1515
"applications": {
1616
"gecko": {

0 commit comments

Comments
 (0)