{ "name": "Auto-archiver extension", "version": "0.0.2", "description": "A gateway to effective archiving of online content, including behind private platforms. ", "homepage_url": "https://github.com/bellingcat/auto-archiver-extension", "manifest_version": 3, "minimum_chrome_version": "100", "browser_specific_settings": { "gecko": { "id": "todo@github.io", "strict_min_version": "100.0" } }, "icons": { "128": "img/ben-archiver.png" }, "permissions": [ "storage", "tabs", "identity" ], "host_permissions": [ ], "background": { "service_worker": "js/background.js", "type": "module" }, "action": { "default_popup": "html/popup.html" }, "content_scripts": [], "options_ui": { "browser_style": true, "page": "html/options.html" }, "oauth2": { "client_id": "572076445849-4cb2a8be1nfi46l80jm741k56s7cjkd0.apps.googleusercontent.com", "scopes": ["https://www.googleapis.com/auth/userinfo.email"] } }