📝 Added entire config directory for backup purposes
This commit is contained in:
parent
4b38e59bb6
commit
9b946e2d14
11091 changed files with 1440953 additions and 0 deletions
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"background": {
|
||||
"persistent": false,
|
||||
"scripts": [ "/js/background.js" ]
|
||||
},
|
||||
"browser_action": {
|
||||
"name": "Open options."
|
||||
},
|
||||
"description": "Prevent WebRTC leaks using the official API.",
|
||||
"icons": {
|
||||
"128": "/img/icon128.png"
|
||||
},
|
||||
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvsbvrXwA+5G8uZWTzBFonwh3M6cSTzDZ+JbOjuL75jbmy4pcP0r4Ru6vaSUdjkAzBhDj1IHw/gSIgMoQpL7bPCppsRurOR+0lo3yJeHQnvoAqA2ogo0mCDyTVXkV2x+3J0EllzP6HbU27hnIc4GsqoUeQMj9OGjC6oK0ffe1QwD75Klb2lRNhmiOlixaf7er31IkhwCyj6zyYCUFTziFPrAw96w1CLPCGRzMLdNu/sr7wwLM0WHL+tm3SuH9DS/KWa+Y0K/RJcPGBNBBwwQOcSMt7iB/4zqfVphKgpY3pROnRkivNIulpY0o63vEQ7Ad8LwcVgucfJzo75lSgF5sywIDAQAB",
|
||||
"manifest_version": 2,
|
||||
"minimum_chrome_version": "42",
|
||||
"name": "WebRTC Leak Prevent",
|
||||
"options_ui": {
|
||||
"chrome_style": true,
|
||||
"open_in_tab": false,
|
||||
"page": "/html/options.html"
|
||||
},
|
||||
"permissions": [ "privacy", "storage" ],
|
||||
"update_url": "https://clients2.google.com/service/update2/crx",
|
||||
"version": "1.0.14"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue