web-api-manager/lib/init.js

3 lines
177 B
JavaScript
Raw Normal View History

2017-09-12 22:34:25 +00:00
// Initial content script for the Web API manager extension, that creates
// the "namespace" we'll use for all the content scripts in the extension.
window.WEB_API_MANAGER = {};