1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-18 17:02:27 +02:00
uBlock/meta/vapi-appinfo.js
Deathamns 219eddab74 Ports cleanup
- 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)
2014-11-23 18:21:06 +01:00

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