Updated extension name
This commit is contained in:
parent
01269e8b76
commit
340e2f2f0f
2 changed files with 5 additions and 10 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Vytal - Spoof location data and user agent",
|
||||
"name": "Vytal - Spoof Timezone, Geolocation, Locale and User Agent",
|
||||
"version": "2.0.0",
|
||||
"description": "Spoof location data and user agent.",
|
||||
"permissions": ["storage", "debugger", "activeTab"],
|
||||
"description": "Spoof Timezone, Geolocation, Locale and User Agent.",
|
||||
"permissions": ["storage", "debugger", "activeTab", "privacy"],
|
||||
"background": { "service_worker": "background.bundle.js" },
|
||||
"action": {
|
||||
"default_popup": "popup.html",
|
||||
|
|
|
|||
|
|
@ -19,15 +19,10 @@ const SettingsPage = ({ tab }: LocationPageProps) => {
|
|||
>
|
||||
<Box sx={{ fontSize: '20px', mb: '12px' }}>Settings</Box>
|
||||
<SettingsCheckBox title={'Block WebRTC'} />
|
||||
<SettingsCheckBox title={'Block Address Autofill Address'} />
|
||||
<SettingsCheckBox title={'Block Address Autofill'} />
|
||||
<SettingsCheckBox title={'Dark Mode'} />
|
||||
<Label htmlFor="configuration">Language</Label>
|
||||
<Select
|
||||
name="Language"
|
||||
id="Language"
|
||||
// value={configuration}
|
||||
// onChange={changeConfiguration}
|
||||
>
|
||||
<Select name="Language" id="Language">
|
||||
<option>English</option>
|
||||
<option>French</option>
|
||||
<option>Chinese</option>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue