mirror of
https://github.com/LukeHagar/Anchor.git
synced 2025-12-06 04:19:08 +00:00
20 lines
485 B
JSON
20 lines
485 B
JSON
{
|
|
"name": "Anchor",
|
|
"description": "Chrome extension built to aid in working with IdentityNow",
|
|
"version": "0.0.2",
|
|
"manifest_version": 3,
|
|
"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"
|
|
}
|
|
}
|