-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
22 lines (20 loc) · 916 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"manifest_version": 2,
"name": "2FA Automator",
"version": "0.1.2",
"browser_action": {
"default_icon": "icon.png",
"default_title": "Automate 2FA activation and deactivation"
},
"content_security_policy": "script-src 'self' https://ajax.googleapis.com https://stackpath.bootstrapcdn.com https://code.jquery.com https://cdnjs.cloudflare.com; object-src 'self';",
"permissions": [
"*://*.google.com/*", "*://*.facebook.com/*", "*://*.twitter.com/*", "*://*.dropbox.com/*", "*://*.linkedin.com/*","*://*.amazon.com/*","*://*.yahoo.com/*", "*://*.github.com/*", "*://*.reddit.com/*","tabs", "windows"
],
"background": {
"scripts": ["background.js"]
},
"icons" :{
"128": "icon.png"
},
"description": "2FA Automator helps you protect your online accounts by automating the setup process for Two-Factor Authentication."
}