1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-14 00:05:08 +12:00

remove depending on vapi-appinfo.js

This commit is contained in:
Raymond Hill 2014-12-01 14:25:33 -02:00 committed by gorhill
parent c168d050f0
commit dccbbb3879

View file

@ -35,11 +35,19 @@ self.vAPI = self.vAPI || {};
var vAPI = self.vAPI;
var chrome = self.chrome;
var manifest = chrome.runtime.getManifest();
vAPI.chrome = true;
/******************************************************************************/
vAPI.app = {
name: manifest.name,
version: manifest.version
};
/******************************************************************************/
vAPI.storage = chrome.storage.local;
/******************************************************************************/