Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update manifest.json #10

Merged
merged 8 commits into from
Jun 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"]
}]
}