gitea-conventional-comments.../manifest.json

29 lines
608 B
JSON
Raw Normal View History

2020-05-06 09:52:05 +00:00
{
"name": "gitea conventional comments buttons",
2020-05-06 09:52:05 +00:00
"version": "0.0.1",
2022-04-03 12:50:10 +00:00
"manifest_version": 3,
2020-05-22 08:53:47 +00:00
"description": "An extension to quickly add conventional comments",
2020-05-22 10:11:40 +00:00
"homepage_url": "https://conventionalcomments.org/",
2020-05-06 09:52:05 +00:00
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"default_locale": "en",
"action": {},
"options_ui": {
"page": "src/options.html"
},
2022-04-03 12:50:10 +00:00
"permissions": [
"activeTab",
"storage",
"scripting"
],
"host_permissions": [
"*://*/"
],
"background": {
"service_worker": "src/background.js"
}
2020-05-06 09:52:05 +00:00
}