{ "manifest_version": 3, "name": "OGame Spy Auto-Importer", "version": "2.1.2", "description": "Cattura gli API string di spionaggio copiati mentre sei su una pagina OGame e li carica automaticamente sulla piattaforma (impostabile con IP e porta).", "permissions": [ "storage", "notifications", "clipboardRead" ], "host_permissions": [ "http://*/*", "https://*/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*://*.ogame.gameforge.com/*" ], "js": [ "inject.js" ], "run_at": "document_start", "all_frames": true, "world": "MAIN" }, { "matches": [ "*://*.ogame.gameforge.com/*" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": true } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons/icon16.png", "48": "icons/icon48.png", "128": "icons/icon128.png" } }, "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", "128": "icons/icon128.png" } }