like-history / extension /manifest.json
timqian's picture
Add extension
f51ff8f
raw
history blame
No virus
446 Bytes
{
"name": "Like History",
"description": "A chrome extension showing like history graph of current HuggingFace project",
"homepage_url": "https://like-history.ai",
"author": "timqian",
"version": "2.0",
"manifest_version": 3,
"action": {
"default_popup": "./popup.html"
},
"host_permissions": ["https://huggingface.co/"],
"icons": {
"128": "icon.png"
},
"permissions": ["activeTab"]
}