This website works better with JavaScript.
Explore
Home
Sign In
TheDude
/
ciphermask
Watch
1
Star
0
Fork
You've already forked ciphermask
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15513
Commits
2
Branches
1
Tag
200 MiB
Tag:
Branch:
Tree:
develop
develop
feature/default_network_editable
v10.22.3
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'develop'
${ noResults }
ciphermask
/
ui
/
__mocks__
/
webextension-polyfill.js
4 lines
83 B
Raw
Permalink
Normal View
History
Unescape
Escape
Deprecate extensionizer for webextension-polyfill (#13960) * deprecate extensionizer for webextension-polyfill * fix tests * remove extensionizer * fix browser windows api calls * fix broken on firefox * fix getAcceptLanguages call * update more browser apis that are now promisified * remove unnecessary console error ignoring in e2e tests
3 years ago
module
.
exports
=
{
Refactoring isManifestV3 variable (#15568)
2 years ago
runtime
:
{
getManifest
:
(
)
=>
(
{
manifest
_version
:
2
}
)
}
,
Deprecate extensionizer for webextension-polyfill (#13960) * deprecate extensionizer for webextension-polyfill * fix tests * remove extensionizer * fix browser windows api calls * fix broken on firefox * fix getAcceptLanguages call * update more browser apis that are now promisified * remove unnecessary console error ignoring in e2e tests
3 years ago
}
;