forked from passwordmaker/chrome-passwordmaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
38 lines (38 loc) · 1.17 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"author": "Heavensrevenge",
"action": {
"default_icon": {
"16": "images/passwdmaker16.png",
"48": "images/passwdmaker48.png",
"96": "images/passwdmaker96.png",
"128": "images/passwdmaker128.png"
},
"default_popup": "html/popup.html"
},
"background": {
"service_worker": "javascript/background.js"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+X"
}
}
},
"description": "Flexible password generator using a cryptographic hash algorithm of your choice - Fully Compatible with PasswordMaker.org",
"homepage_url": "https://github.com/passwordmaker/chrome-passwordmaker",
"icons": {
"16": "images/passwdmaker16.png",
"48": "images/passwdmaker48.png",
"96": "images/passwdmaker96.png",
"128": "images/passwdmaker128.png"
},
"manifest_version": 3,
"name": "PasswordMaker Pro",
"options_ui": {
"page": "html/options.html",
"open_in_tab": true
},
"permissions": ["activeTab", "scripting", "storage", "alarms"],
"version": "1.0.3"
}