File size: 446 Bytes
f51ff8f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "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"]
  }