mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 10:33:25 +00:00
Compare commits
10 Commits
6fca55a6c3
...
1.1.4
Author | SHA1 | Date | |
---|---|---|---|
|
36326d3ecf | ||
|
3f33d9bc4a | ||
|
86a659f478 | ||
|
dbdbf10c5d | ||
|
ec7d9c1237 | ||
|
a2eef13d28 | ||
|
01a03cfeb8 | ||
|
d989fd1ee8 | ||
|
2ea2208dea | ||
|
6a3d32dcc3 |
@@ -53,6 +53,9 @@
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "{3fd86354-c73f-4395-9e26-2c5c984579bf}"
|
||||
},
|
||||
"gecko_android": {
|
||||
"id": "{3fd86354-c73f-4395-9e26-2c5c984579bf}"
|
||||
}
|
||||
},
|
||||
"web_accessible_resources": [
|
||||
|
@@ -9,6 +9,7 @@ export function SetupScreen() {
|
||||
const open = useCallback(() => {
|
||||
const url = (chrome || browser).runtime.getURL(`/tabs/PermissionRequest.html`);
|
||||
(chrome || browser).tabs.create({ url });
|
||||
window.close();
|
||||
}, []);
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user