Add basic frontend animation

This commit is contained in:
Dennis Schoepf 2020-11-24 16:27:50 +01:00
parent 85998c634c
commit 84c7c12a3f
8 changed files with 8466 additions and 28 deletions

View file

@ -5,7 +5,7 @@
"permissions": ["storage", "activeTab"],
"background": {
"scripts": ["dist/background/index.js"],
"persistent": false
"persistent": true
},
"content_scripts": [
{