|
| 1 | +{ |
| 2 | + "manifest_version": 2, |
| 3 | + "name": "Authenticator: Two-Factor Authentication Client", |
| 4 | + "short_name": "__MSG_extShortName__", |
| 5 | + "version": "6.3.2", |
| 6 | + "default_locale": "en", |
| 7 | + "description": "__MSG_extDesc__", |
| 8 | + "icons": { |
| 9 | + "16": "images/icon16.png", |
| 10 | + "48": "images/icon48.png", |
| 11 | + "128": "images/icon128.png" |
| 12 | + }, |
| 13 | + "browser_action": { |
| 14 | + "default_icon": { |
| 15 | + "19": "images/icon19.png", |
| 16 | + "38": "images/icon38.png" |
| 17 | + }, |
| 18 | + "default_title": "__MSG_extShortName__", |
| 19 | + "default_popup": "view/popup.html" |
| 20 | + }, |
| 21 | + "commands": { |
| 22 | + "_execute_browser_action": {}, |
| 23 | + "scan-qr": { |
| 24 | + "description": "Scan a QR code" |
| 25 | + } |
| 26 | + }, |
| 27 | + "options_ui": { |
| 28 | + "page": "view/options.html", |
| 29 | + "chrome_style": true |
| 30 | + }, |
| 31 | + "storage": { |
| 32 | + "managed_schema": "schema.json" |
| 33 | + }, |
| 34 | + "oauth2": { |
| 35 | + "client_id": "292457304165-u8ve4j79gag5o231n5u2pdtdrbfdo1hh.apps.googleusercontent.com", |
| 36 | + "scopes": [ |
| 37 | + "https://www.googleapis.com/auth/drive.file" |
| 38 | + ] |
| 39 | + }, |
| 40 | + "background": { |
| 41 | + "scripts": [ |
| 42 | + "dist/background.js" |
| 43 | + ], |
| 44 | + "persistent": true |
| 45 | + }, |
| 46 | + "sandbox": { |
| 47 | + "pages": [ |
| 48 | + "view/argon.html" |
| 49 | + ], |
| 50 | + "content_security_policy": "sandbox allow-scripts; script-src 'self' 'unsafe-eval';" |
| 51 | + }, |
| 52 | + "permissions": [ |
| 53 | + "activeTab", |
| 54 | + "storage", |
| 55 | + "identity" |
| 56 | + ], |
| 57 | + "optional_permissions": [ |
| 58 | + "clipboardWrite", |
| 59 | + "https://www.google.com/", |
| 60 | + "https://*.dropboxapi.com/*", |
| 61 | + "https://www.googleapis.com/*", |
| 62 | + "https://accounts.google.com/o/oauth2/revoke", |
| 63 | + "https://graph.microsoft.com/me/*", |
| 64 | + "https://login.microsoftonline.com/common/oauth2/v2.0/token" |
| 65 | + ], |
| 66 | + "offline_enabled": true, |
| 67 | + "content_security_policy": "script-src 'self'; font-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; connect-src https://www.google.com/ https://*.dropboxapi.com https://www.googleapis.com/ https://accounts.google.com/o/oauth2/revoke https://login.microsoftonline.com/common/oauth2/v2.0/token https://graph.microsoft.com/; default-src 'none'" |
| 68 | +} |
0 commit comments