Skip to content

Commit

Permalink
Migrate to manifest v3 and prepare publication in Chrome store
Browse files Browse the repository at this point in the history
  • Loading branch information
oscrx committed Feb 7, 2023
1 parent 802bc17 commit 260c4c0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 14 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
{

"manifest_version": 2,
"manifest_version": 3,
"name": "Dumpert++",
"version": "0.2.3",
"author": "Bier Team",
"version": "0.3.2",
"author": "BierTeam",
"homepage_url": "https://github.com/bierteam/dumpertPlusPlus",

"description": "Fix dumpert view status and scroll location bug",

"permissions": ["storage"],
"content_scripts": [
{
"matches": ["*://*.dumpert.nl/*"],
"js": ["fix.js"],
"run_at": "document_start"
}
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{7db800a4-23b0-49fa-b84d-ea26ef6fcd02}"
}
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
}
}

0 comments on commit 260c4c0

Please sign in to comment.