mirror of https://github.com/gorhill/uBlock.git
9 lines
148 B
JavaScript
9 lines
148 B
JavaScript
|
// can be included anywhere if it's needed
|
||
|
'use strict';
|
||
|
|
||
|
self.vAPI = self.vAPI || {};
|
||
|
|
||
|
vAPI.app = {
|
||
|
name: 'µBlock',
|
||
|
version: '0.7.0.10'
|
||
|
};
|