Skip to content

Commit

Permalink
Merge pull request #10 from alirezaabdi01/patch-2
Browse files Browse the repository at this point in the history
Update manifest.json
  • Loading branch information
Dziango authored Jun 9, 2023
2 parents 74aedb8 + efc09e7 commit 00aa02a
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "Twitch AutoRefresher (Error #2000)",
"name": "Twitch Error AutoRefresher",
"short_name": "TwitchReload",
"version": "3.0.1",
"version": "4",
"manifest_version": 2,
"description": "This extension will automatically refresh twitch stream whenever error #2000 occurs.",
"homepage_url":"https://github.com/Dziango",
"description": "This extension will automatically refresh twitch stream whenever any error occurs.",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
Expand All @@ -12,15 +13,13 @@
},
"page_action": {
"default_icon": "icon16.png",
"default_title": "Twitch AutoRefresher (Error #2000)"
},
"background": {
"scripts": ["background.js"]
"default_title": "Twitch Error AutoRefresher"
},
"content_scripts": [{
"matches": ["*://*.ttvnw.net/*", "*://*.twitch.tv/*","*://*.twitchcdn.net/*"],
"run_at": "document_end",
"matches":[
"*://www.twitch.tv/*"
],
"run_at": "document_idle",
"js": ["content.js"]
}],
"permissions": ["activeTab"]
}]
}

0 comments on commit 00aa02a

Please sign in to comment.