Spaces:
Running
Running
| { | |
| "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"] | |
| } |