From 4169e69647f15a3aff980e69b0392f53339341ec Mon Sep 17 00:00:00 2001 From: DCruzDev Date: Wed, 24 Apr 2019 17:39:08 +0100 Subject: [PATCH] Fixed broken calendar img on Chrome --- manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 8197bf1..7551ed2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "PACO UA Extension", - "version": "0.2", + "version": "0.21", "description": "Adiciona funcionalidade ao antigo PACO da Universidade de Aveiro", @@ -19,5 +19,9 @@ "matches": ["https://paco.ua.pt/secvirtual/c_calendarioDeExames.asp"], "js": ["js/examsCalendar.js"] } + ], + + "web_accessible_resources": [ + "img/calendar.png" ] } \ No newline at end of file