-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
30 lines (30 loc) · 798 Bytes
/
manifest.json
File metadata and controls
30 lines (30 loc) · 798 Bytes
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
{
"name": "Deletecy - Easy delete account",
"short_name": "Deletecy",
"version": "4.0",
"manifest_version": 3,
"description": "Easily find and delete accounts you no longer want.",
"default_locale": "en",
"background": {
"service_worker": "background.js"
},
"host_permissions": ["<all_urls>"],
"permissions": ["storage", "tabs"],
"icons": {
"16": "img/icon_16.png",
"48": "img/icon_48.png",
"128": "img/icon_128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "img/icon_16.png",
"48": "img/icon_48.png",
"128": "img/icon_128.png"
},
"default_title": "Deletecy - Easy delete account"
},
"homepage_url": "https://giuseppep.com/",
"minimum_chrome_version": "88",
"offline_enabled": false
}