mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 17:02:40 +01:00
219eddab74
- Remove duplicate platform specific (from src/) and other unnecessary files - Fix and update vapi-*.js files for Safari - Add tools/make-safari.sh - Move js/vapi-appinfo.js to meta/ (so, every vendor specific file will be at the same location)
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'
|
|
}; |