Feature/#32 option menu #112

Merged
Serraniel merged 31 commits from feature/#32-option-menu into develop 2020-11-09 17:28:43 +01:00
3 changed files with 7 additions and 0 deletions
Showing only changes of commit f95cec8999 - Show all commits

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