mirror of
https://codeberg.org/vlw/freshdesk-filters.git
synced 2025-11-04 23:22:42 +01:00
Follow-up PR from #1. I forgot to bump the version number in the manifest file. Reviewed-on: https://codeberg.org/vlw/freshdesk-filters/pulls/2
16 lines
444 B
JSON
16 lines
444 B
JSON
{
|
|
"name": "Freshdesk Filters",
|
|
"action": {
|
|
"default_popup": "popup.html"
|
|
},
|
|
"version": "0.2.0",
|
|
"description": "Adds additional filtering and display options to Freshdesk tickets",
|
|
"homepage_url": "https://codeberg.org/vlw/freshdesk-filters",
|
|
"permissions": ["storage"],
|
|
"content_scripts": [{
|
|
"matches": ["https://*.freshdesk.com/*"],
|
|
"css": ["assets/css/style.css"],
|
|
"js": ["assets/js/script.js"]
|
|
}],
|
|
"manifest_version": 3
|
|
}
|