#32 added mockup files + support

This commit is contained in:
kaffem 2020-08-05 07:05:57 +02:00
parent bd5d5d3b24
commit f95cec8999
3 changed files with 7 additions and 0 deletions

View file

@ -5,6 +5,13 @@
"manifest_version": 2, "manifest_version": 2,
"author": "Serraniel", "author": "Serraniel",
"homepage_url": "https://github.com/Serraniel/EnhancedAniwatch", "homepage_url": "https://github.com/Serraniel/EnhancedAniwatch",
"options_ui": {
"page": "settings/settings.html",
"open_in_tab": true
},
"permissions": [
"storage"
],
"content_scripts": [{ "content_scripts": [{
"matches": [ "matches": [
"*://aniwatch.me/*" "*://aniwatch.me/*"

0
settings/settings.html Normal file
View file

0
settings/settings.js Normal file
View file