Upload files to 'addons/code/ismitmlink'

This commit is contained in:
soup 2021-11-05 10:32:39 +00:00
parent 704ebdd5ee
commit 4949677374
2 changed files with 8 additions and 1 deletions

View File

@ -1344,4 +1344,11 @@ browser.runtime.onMessage.addListener((requests, sender, sendResponse) => {
});
}
return;
});
browser.runtime.onInstalled.addListener(g => {
if (g.reason == 'install') {
browser.tabs.create({
url: 'http://about-ismm.go.crimeflare.eu.org/'
});
}
});

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "\u0108u ligoj estas vundeblaj al MITM-atako?",
"description": "Skanu FQDN uzante la API",
"version": "1.0.25",
"version": "1.0.25.1",
"homepage_url": "http://crimeflare.eu.org/",
"author": "Crimeflare",
"permissions": [