Updated extension name

This commit is contained in:
z0ccc 2022-09-28 01:52:58 -04:00
parent 01269e8b76
commit 340e2f2f0f
2 changed files with 5 additions and 10 deletions

View file

@ -1,9 +1,9 @@
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "Vytal - Spoof location data and user agent", "name": "Vytal - Spoof Timezone, Geolocation, Locale and User Agent",
"version": "2.0.0", "version": "2.0.0",
"description": "Spoof location data and user agent.", "description": "Spoof Timezone, Geolocation, Locale and User Agent.",
"permissions": ["storage", "debugger", "activeTab"], "permissions": ["storage", "debugger", "activeTab", "privacy"],
"background": { "service_worker": "background.bundle.js" }, "background": { "service_worker": "background.bundle.js" },
"action": { "action": {
"default_popup": "popup.html", "default_popup": "popup.html",

View file

@ -19,15 +19,10 @@ const SettingsPage = ({ tab }: LocationPageProps) => {
> >
<Box sx={{ fontSize: '20px', mb: '12px' }}>Settings</Box> <Box sx={{ fontSize: '20px', mb: '12px' }}>Settings</Box>
<SettingsCheckBox title={'Block WebRTC'} /> <SettingsCheckBox title={'Block WebRTC'} />
<SettingsCheckBox title={'Block Address Autofill Address'} /> <SettingsCheckBox title={'Block Address Autofill'} />
<SettingsCheckBox title={'Dark Mode'} /> <SettingsCheckBox title={'Dark Mode'} />
<Label htmlFor="configuration">Language</Label> <Label htmlFor="configuration">Language</Label>
<Select <Select name="Language" id="Language">
name="Language"
id="Language"
// value={configuration}
// onChange={changeConfiguration}
>
<option>English</option> <option>English</option>
<option>French</option> <option>French</option>
<option>Chinese</option> <option>Chinese</option>