Skip to content

Commit

Permalink
Automated commit: Bump to version 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 30, 2020
1 parent 9e7f719 commit 0b1151f
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions v2/manifest_base.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
{
"manifest_version": 2,
"name": "Tamper Dev",
"version": "2",
"description" : "Tamper Dev is an extension that allows you to edit HTTP/HTTPS requests and responses as they happen without the need of a proxy.",
"icons": {"16": "icons/white.png","48": "icons/96x96.png","128": "icons/256x256.png"},
"version": "2.0.5",
"description": "Tamper Dev is an extension that allows you to edit HTTP/HTTPS requests and responses as they happen without the need of a proxy.",
"icons": {
"16": "icons/white.png",
"48": "icons/96x96.png",
"128": "icons/256x256.png"
},
"browser_action": {
"default_title": "Tamper Dev",
"default_icon": {"16": "icons/white.png","48": "icons/white.png","128": "icons/256x256.png"}
"default_icon": {
"16": "icons/white.png",
"48": "icons/white.png",
"128": "icons/256x256.png"
}
},
"background": {
"page": "background/background.html",
Expand All @@ -21,7 +29,10 @@
}
},
"minimum_chrome_version": "87",
"permissions": ["debugger", "activeTab"],
"permissions": [
"debugger",
"activeTab"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgXuoF2D68sbW53PO/5gK6ar52c/oANFtGFuxE1SdKKLDdF4RbDZefwK48Bc4Zc2pW81qmHC+H+gMHLh+oiH0TP2l0THjQRRf57f5Wuhk42Tdp0qlyS2qQMky5WOVZU8vQdhnRCktMPLyNWx2PeiUXkQDQ3XkcY0cttPhRAlZgx+qNfguHkmsC7HNZ/Y00TY5uUrlGl9MDt2d6fj1uUyV7pimLMA4cnTIjkf+tWhFSXTEbINdpr/YqnU/lq2I9VonBTjoNkt9hAE3y/tDgmkMh3edqqQh96m7Ker+8ZFnaQr6PrPT0vzfQdwWCnl9ItiyJNuFlCkoOzYlrp1+OIzNaQIDAQAB"
}

0 comments on commit 0b1151f

Please sign in to comment.