Files
Anchor/manifest.json
2023-05-13 20:44:03 -05:00

23 lines
579 B
JSON

{
"name": "Anchor",
"description": "Extension to aid in working with IdentityNow and SailPoint Support",
"version": "0.0.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"icons": {
"12": "images/anchor_12.png",
"32": "images/anchor_32.png",
"48": "images/anchor_48.png",
"128": "images/anchor_128.png"
},
"permissions": ["tabs"],
"host_permissions": ["http://*/", "https://*/"],
"action": {
"default_popup": "index.html",
"default_icon": "images/anchor_32.png",
"default_title": "Anchor"
}
}