diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..42723c0 Binary files /dev/null and b/icon.png differ diff --git a/icon128.png b/icon128.png new file mode 100644 index 0000000..d05b386 Binary files /dev/null and b/icon128.png differ diff --git a/icon48.png b/icon48.png new file mode 100644 index 0000000..ffacf1b Binary files /dev/null and b/icon48.png differ diff --git a/manifest.json b/manifest.json index 20fb12f..bb956d3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,10 @@ { - - "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": [ { @@ -15,5 +12,14 @@ "js": ["fix.js"], "run_at": "document_start" } - ] -} \ No newline at end of file + ], + "browser_specific_settings": { + "gecko": { + "id": "{7db800a4-23b0-49fa-b84d-ea26ef6fcd02}" + } + }, + "icons": { + "48": "icon48.png", + "128": "icon128.png" + } +}