Browse Source

remove depending on vapi-appinfo.js

pull/2/head
Raymond Hill 10 years ago
committed by gorhill
parent
commit
dccbbb3879
  1. 8
      platform/chromium/vapi-background.js

8
platform/chromium/vapi-background.js

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

Loading…
Cancel
Save