1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-13 15:54:54 +12:00

fixing small details

This commit is contained in:
gorhill 2015-05-11 15:44:11 -04:00
parent 4d4837924c
commit 4ba4d55e6b
3 changed files with 1 additions and 3 deletions

View file

@ -71,7 +71,6 @@
"browsingData",
"contentSettings",
"cookies",
"downloads",
"storage",
"tabs",
"unlimitedStorage",

View file

@ -66,7 +66,6 @@ return {
iconBadgeEnabled: false,
maxLoggedRequests: 1000,
popupScopeLevel: 'domain',
processBehindTheSceneRequests: false,
processHyperlinkAuditing: true,
processReferer: false,
spoofUserAgent: false,

View file

@ -835,7 +835,7 @@ var onMessage = function(request, sender, callback) {
switch ( request.what ) {
case 'getAllUserData':
response = {
app: 'µMatrix',
app: vAPI.app.name,
version: vAPI.app.version,
when: Date.now(),
settings: µm.userSettings,