diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index c703492..681f539 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -1 +1 @@ -Please visit the [main document at primary repository](https://github.com/movie-web/movie-web/blob/dev/.github/CODE_OF_CONDUCT.md). +Please visit the [main document at primary repository](https://github.com/sussy-code/smov/blob/dev/.github/CODE_OF_CONDUCT.md). diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index afaa8fc..cdfdb29 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1 +1 @@ -Please visit the [main document at primary repository](https://github.com/movie-web/movie-web/blob/dev/.github/CONTRIBUTING.md). +Please visit the [main document at primary repository](https://github.com/sussy-code/smov/blob/dev/.github/CONTRIBUTING.md). diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 2e85d3a..56f57f3 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -2,9 +2,9 @@ ## Supported Versions -The latest version of movie-web is the only version that is supported, as it is the only version that is being actively developed. +The latest version of sudo-flix is the only version that is supported, as it is the only version that is being actively developed. ## Reporting a Vulnerability -You can contact the movie-web maintainers to report a vulnerability: - - Report the vulnerability in the [movie-web Discord server](https://movie-web.github.io/links/discord) +You can contact the sudo-flix maintainers to report a vulnerability: + - Report the vulnerability in the [Discord server](https://discord.gg/g742e7Mu2W) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c072b7f..d62b9cf 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ This pull request resolves #XXX - - [ ] I have read and agreed to the [code of conduct](https://github.com/movie-web/movie-web/blob/dev/.github/CODE_OF_CONDUCT.md). - - [ ] I have read and complied with the [contributing guidelines](https://github.com/movie-web/movie-web/blob/dev/.github/CONTRIBUTING.md). - - [ ] What I'm implementing was assigned to me and is an [approved issue](https://github.com/movie-web/movie-web/issues?q=is%3Aopen+is%3Aissue+label%3Aapproved). For reference, please take a look at our [GitHub projects](https://github.com/movie-web/movie-web/projects). + - [ ] I have read and agreed to the [code of conduct](https://github.com/sussy-code/smov/blob/dev/.github/CODE_OF_CONDUCT.md). + - [ ] I have read and complied with the [contributing guidelines](https://github.com/sussy-code/smov/blob/dev/.github/CONTRIBUTING.md). + - [ ] What I'm implementing was assigned to me and is an [approved issue](https://github.com/sussy-code/smov/issues?q=is%3Aopen+is%3Aissue+label%3Aapproved). For reference, please take a look at our [GitHub projects](https://github.com/sussy-code/smov/projects). - [ ] I have tested all of my changes. diff --git a/LICENSE b/LICENSE index 2c2b7c4..a6869a9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 movie-web +Copyright (c) 2023 sudo-flix Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 9dd56f8..2e1c6fe 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "@movie-web/extension", - "displayName": "movie-web extension", + "name": "@sussy-code/browser-ext", + "displayName": "sudo-flix extension", "version": "1.1.4", - "description": "Enhance your movie-web experience with just one click", - "author": "movie-web", + "description": "Enhance your streaming experience with just one click", + "author": "sudo-flix", "scripts": { "dev": "plasmo dev", "build": "plasmo build", diff --git a/src/components/BottomLabel.tsx b/src/components/BottomLabel.tsx index a864998..7e2daaf 100644 --- a/src/components/BottomLabel.tsx +++ b/src/components/BottomLabel.tsx @@ -8,7 +8,7 @@ export function BottomLabel() {

{version}
- movie-web + sudo-flix

); } diff --git a/src/components/DisabledScreen.tsx b/src/components/DisabledScreen.tsx index 4f88747..56c1ef6 100644 --- a/src/components/DisabledScreen.tsx +++ b/src/components/DisabledScreen.tsx @@ -8,7 +8,7 @@ export function DisabledScreen() {

- The movie-web extension can not be used on this page + The sudo-flix extension can not be used on this page

); diff --git a/src/tabs/PermissionRequest.tsx b/src/tabs/PermissionRequest.tsx index 234bde4..9ae4582 100644 --- a/src/tabs/PermissionRequest.tsx +++ b/src/tabs/PermissionRequest.tsx @@ -32,7 +32,7 @@ export default function PermissionRequest() { We need some
browser permissions

- We don't like it either, but the movie-web extension needs quite a few permissions to function. Listed + We don't like it either, but the sudo-flix extension needs quite a few permissions to function. Listed below is an explanation for all permissions we need.

@@ -41,7 +41,7 @@ export default function PermissionRequest() { purple icon={} right={ - } @@ -66,7 +66,7 @@ export default function PermissionRequest() {

Network Requests

This permission allows the extension to instruct the browser how to request data from sites. In more - technical terms, this allows movie-web to modify HTTP headers that it wouldn't normally be allowed + technical terms, this allows sudo-flix to modify HTTP headers that it wouldn't normally be allowed to.

diff --git a/src/utils/storage.ts b/src/utils/storage.ts index d388e6c..18ca417 100644 --- a/src/utils/storage.ts +++ b/src/utils/storage.ts @@ -11,6 +11,7 @@ export const DEFAULT_DOMAIN_WHITELIST = [ 'stream.thehairy.me', 'scootydooter.vercel.app', 'movie-web-me.vercel.app', + 'sudo-flix.lol', ]; export const storage = new Storage();