freshdesk-filters/chromium/manifest.json
Victor Westerlund bc577168a9 fix: bump version to 0.2.0 (#2)
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
2025-10-14 10:46:15 +02:00

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
}