diff --git a/img/128.png b/img/128.png new file mode 100644 index 0000000..4a0d547 Binary files /dev/null and b/img/128.png differ diff --git a/img/16.png b/img/16.png new file mode 100644 index 0000000..3de3496 Binary files /dev/null and b/img/16.png differ diff --git a/img/48.png b/img/48.png new file mode 100644 index 0000000..6f6e9ce Binary files /dev/null and b/img/48.png differ diff --git a/manifest.json b/manifest.json index bd5b35a..531eab5 100644 --- a/manifest.json +++ b/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 2, "name": "MAD - Mindfulness Anti Distraction", "description": "This extension will hopefully help you be less distracted (untested)", - "version": "1.0", + "version": "0.1", "background": { "scripts": ["js/checkerino.js","background.js"], "pages": ["background.html"] }, "browser_action": { - "default_icon": "icon.png", + "default_icon": "img/128.png", "default_title": "MAD" },