commit b0cd19aefd8e19903c3366cebb6e7d21039fc22e Author: Peter Babič Date: Wed Jun 24 16:56:46 2020 +0200 initial commit diff --git a/icon128.png b/icon128.png new file mode 100644 index 0000000..81d9661 Binary files /dev/null and b/icon128.png differ diff --git a/icon16.png b/icon16.png new file mode 100644 index 0000000..82de197 Binary files /dev/null and b/icon16.png differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..89f0f5f --- /dev/null +++ b/manifest.json @@ -0,0 +1,8 @@ +{"name": "__MSG_extName__", + "version": "0.1", + "manifest_version": 2, + "description": "__MSG_extDesc__", + "icons": {"16": "icon16.png", "128": "icon128.png"}, + "background": {"persistent": false, "scripts": ["background.js"]}, + "default_locale": "en", + "permissions": ["contextMenus", "downloads"]}