Skip to content

Commit

Permalink
patch version v0.1.47
Browse files Browse the repository at this point in the history
  • Loading branch information
und3fined committed May 20, 2023
1 parent 418135c commit 7fe4192
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medium-unlocker",
"version": "0.1.46",
"version": "0.1.47",
"private": true,
"scripts": {
"build": "rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion public/background.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Medium Unlocker",
"version": "0.1.46",
"version": "0.1.47",
"description": "Read Medium content without limit!",
"icons": {
"48": "medium-48.png",
Expand Down Expand Up @@ -71,6 +71,7 @@
"https://blog.codegiant.io/*",
"https://blog.coffeeapplied.com/*",
"https://blog.devgenius.io/*",
"https://blog.devops.dev/*",
"https://blog.kotlin-academy.com/*",
"https://blog.kubernauts.io/*",
"https://blog.securitybreak.io/*",
Expand All @@ -83,6 +84,7 @@
"https://eand.co/*",
"https://engineering.talkdesk.com/*",
"https://infosecwriteups.com/*",
"https://interviewnoodle.com/*",
"https://levelupprogramming.net/*",
"https://marcbalmer.ch/*",
"https://medium.datadriveninvestor.com/*",
Expand All @@ -99,7 +101,10 @@
"https://www.inbitcoinwetrust.net/*",
"https://blog.dancounsell.com/*",
"https://experiencestack.co/*",
"https://golang.thisweekin.io/*"
"https://golang.thisweekin.io/*",
"https://medium.datadriveninvestor.com/*",
"https://insightsndata.com/*",
"https://artificialcorner.com/*"
],
"js": [
"content.js"
Expand Down Expand Up @@ -163,6 +168,7 @@
"https://blog.codegiant.io/*",
"https://blog.coffeeapplied.com/*",
"https://blog.devgenius.io/*",
"https://blog.devops.dev/*",
"https://blog.kotlin-academy.com/*",
"https://blog.kubernauts.io/*",
"https://blog.securitybreak.io/*",
Expand All @@ -175,6 +181,7 @@
"https://eand.co/*",
"https://engineering.talkdesk.com/*",
"https://infosecwriteups.com/*",
"https://interviewnoodle.com/*",
"https://levelupprogramming.net/*",
"https://marcbalmer.ch/*",
"https://medium.datadriveninvestor.com/*",
Expand All @@ -191,6 +198,9 @@
"https://www.inbitcoinwetrust.net/*",
"https://blog.dancounsell.com/*",
"https://experiencestack.co/*",
"https://golang.thisweekin.io/*"
"https://golang.thisweekin.io/*",
"https://medium.datadriveninvestor.com/*",
"https://insightsndata.com/*",
"https://artificialcorner.com/*"
]
}

0 comments on commit 7fe4192

Please sign in to comment.