mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-28 00:49:40 +05:00
feat: add a browser extensions
This commit is contained in:
parent
6d4d320da8
commit
a42d3c3c79
16 changed files with 114 additions and 0 deletions
24
extension/chrome/manifest.json
Normal file
24
extension/chrome/manifest.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"manifest_version": 3,
|
||||
"version": "1.0",
|
||||
"name": "Watch on Anix",
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"https://anixart.tv/release/*",
|
||||
"https://anixart.tv/collection/*",
|
||||
"https://anixart.tv/profile/*"
|
||||
],
|
||||
"js": [
|
||||
"main.js"
|
||||
]
|
||||
}
|
||||
],
|
||||
"icons": {
|
||||
"16": "icon-16x16.png",
|
||||
"32": "icon-32x32.png",
|
||||
"48": "icon-48x48.png",
|
||||
"72": "icon-72x72.png",
|
||||
"96": "icon-96x96.png"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue