summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/webextensions/test/addons/test_delay_update_defer_v2/bootstrap.js
blob: dea028488cbd4fc5123b4c28f1a0afdd92b37c79 (plain)
1
2
3
4
5
6
7
8
9
10
Components.utils.import("resource://gre/modules/Services.jsm");
Components.utils.import("resource://gre/modules/AddonManager.jsm");

const ADDON_ID = "test_delay_update_defer@tests.mozilla.org";

function install(data, reason) {}

function startup(data, reason) {}

function shutdown(data, reason) {}