mirror of
https://github.com/LukeHagar/Anchor.git
synced 2025-12-06 04:19:08 +00:00
23 lines
579 B
JSON
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"
|
|
}
|
|
}
|