added a few changes to manifest

This commit is contained in:
qt31415926
2015-03-29 09:10:39 -04:00
parent d3b0db32a2
commit 89a0217b3e
4 changed files with 2 additions and 2 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

+2 -2
View File
@@ -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"
},