-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
22 lines (22 loc) · 662 Bytes
/
manifest.json
File metadata and controls
22 lines (22 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"manifest_version": 3,
"name": "Bootstrap Deprecated Classes Extension",
"version": "0.2.1",
"description": "Browser extension highlighting Bootstrap deprecated classes in websites",
"author": "[email protected]",
"homepage_url": "https://github.com/julien-deramond/bootstrap-deprecated-classes-extension",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"action": {
"default_title": "Bootstrap Deprecated Classes Extension",
"default_popup": "popup/choose_bootstrap_version.html"
},
"permissions": [
"scripting",
"activeTab"
]
}