123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "manifest_version": 2,
- "name": "\u0108u ligoj estas vundeblaj al MITM-atako?",
- "description": "Skanu FQDN uzante la API",
- "version": "1.0.25.1",
- "homepage_url": "http://crimeflare.eu.org/",
- "author": "Crimeflare",
- "permissions": [
- "storage",
- "unlimitedStorage",
- "webRequest",
- "<all_urls>"
- ],
- "icons": {
- "72": "icons/72.png"
- },
- "background": {
- "scripts": [
- "bg.js"
- ]
- },
- "content_scripts": [
- {
- "matches": [
- "http://*/*",
- "https://*/*"
- ],
- "js": [
- "cs.js"
- ],
- "run_at": "document_end"
- }
- ],
- "options_ui": {
- "browser_style": true,
- "page": "cfg.html"
- },
- "applications": {
- "gecko": {
- "id": "ismitmlink@searxes.danwin1210.me",
- "strict_min_version": "78.0",
- "update_url": "https://api.sercxi.eu.org/_/addon.php?for=ismitmlink"
- }
- }
- }
|