mirror of
https://github.com/tcsenpai/Hop-The-Fence.git
synced 2025-06-05 18:45:21 +00:00
20 lines
454 B
JSON
20 lines
454 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "HopTheFence",
|
|
"version": "1.0",
|
|
|
|
"description": "Hop the fence! Access ladder services such as 12ft.io, 1ft.io and self hosted alternatives (Ladder & 13ft for example) with a button!",
|
|
|
|
"icons": {
|
|
"512": "icons/dd.png"
|
|
},
|
|
|
|
"permissions": ["activeTab", "tabs"],
|
|
|
|
"browser_action": {
|
|
"default_icon": "icons/dd.png",
|
|
"default_title": "Hop The Fence!",
|
|
"default_popup": "popup/ui.html"
|
|
}
|
|
}
|