Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Conventional: comments",
"description": "Write conventional comments directly in your favorite repository manager.",
"version": "3.0.5",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"permissions": [
"activeTab",
"storage",
"scripting"
],
"optional_host_permissions": [
"*:\/\/*\/*"
],
"browser_specific_settings": {
"gecko": {
"strict_min_version": "128.0"
}
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Default Popup Title",
"default_popup": "popup.html"
},
"content_scripts": [],
"host_permissions": [
"https:\/\/github.com\/*",
"https:\/\/gitlab.com\/*"
]
}