uBlock/meta/vapi-appinfo.js

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'
};