mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
use name in manifest for "About" pane
This commit is contained in:
parent
22c5147f7c
commit
21670a031f
@ -127,7 +127,10 @@ var onMessage = function(request, sender, callback) {
|
||||
break;
|
||||
|
||||
case 'getAppData':
|
||||
response = {name: vAPI.app.name, version: vAPI.app.version};
|
||||
response = {
|
||||
name: chrome.runtime.getManifest().name,
|
||||
version: vAPI.app.version
|
||||
};
|
||||
break;
|
||||
|
||||
case 'getDomainNames':
|
||||
|
Loading…
Reference in New Issue
Block a user