File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " Overseerr" ,
3
- "version" : " 1.0.0 " ,
4
- "description" : " Browser extension for Overseerr" ,
2
+ "name" : " Overseerr Assistant " ,
3
+ "version" : " 1.0.1 " ,
4
+ "description" : " Browser extension for Overseerr that embeds buttons into IMDb and TMDB web pages to easily request movies and tv shows. " ,
5
5
"permissions" : [" activeTab" , " storage" ],
6
6
"host_permissions" : [" http://*/" , " https://*/" ],
7
7
"action" : {
Original file line number Diff line number Diff line change 9
9
< title > Overseerr Options</ title >
10
10
</ head >
11
11
< body >
12
- < div class ="flex row items-center justify-center m-5 ">
13
- < img class ="overseerr-icon mb-2 mr-3 " src ="images/icon.png " alt ="Overseerr icon "/>
14
- < div class ="text-white h1 "> Overseerr Options</ div >
12
+ < div class ="flex row justify-center m-5 ">
13
+ < img class ="overseerr-icon mb-2 mr-4 " src ="images/icon.png " alt ="Overseerr icon "/>
14
+ < div >
15
+ < div class ="text-white h1 pt-2 "> Overseerr Assistant</ div >
16
+ < div class ="text-white h4 pl-1 "> Options</ div >
17
+ </ div >
15
18
</ div >
16
19
< div class ="d-flex justify-center ">
17
20
< form >
You can’t perform that action at this time.
0 commit comments