fixing small details

pull/2/head
gorhill 9 years ago
parent 4d4837924c
commit 4ba4d55e6b

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

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

@ -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,

Loading…
Cancel
Save