Skip to content
Snippets Groups Projects
Commit 418f41a2 authored by Leon Schmidt's avatar Leon Schmidt
Browse files

Initial layout for extension

parent 7d601407
Branches
No related tags found
1 merge request!1Resolve "Add browser extension"
{
"manifest_version": 3,
"name": "Cloudflare Workers URL Shortener Plugin",
"short_name": "URL Shortener",
"version": "1.0.0",
"author": "mail@leon-schmidt.dev",
"homepage_url": "https://leon-schmidt.dev",
"action": {
"default_title": "Click Me",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"activeTab",
"storage"
],
"commands": {
"create-shortlink": {
"description": "Create shortlink from current tab"
}
}
}
<!DOCTYPE html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment