Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Fixed broken calendar img on Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
DCruzDev committed Apr 24, 2019
1 parent 9130de7 commit 4169e69
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",

Expand All @@ -19,5 +19,9 @@
"matches": ["https://paco.ua.pt/secvirtual/c_calendarioDeExames.asp"],
"js": ["js/examsCalendar.js"]
}
],

"web_accessible_resources": [
"img/calendar.png"
]
}

0 comments on commit 4169e69

Please sign in to comment.