Register time in Redmine
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Redmine Time Log",
"version": "1.10.02",
"author": "Sergio Vilaseco",
"action": {
"default_icon": {
"16": "img/icon.png",
"48": "img/icon.png",
"128": "img/icon.png"
},
"default_popup": "popup.html",
"default_title": "Redmine Time Log"
},
"description": "Register time in Redmine",
"icons": {
"16": "img/icon.png",
"48": "img/icon.png",
"128": "img/icon.png"
},
"options_page": "options.html",
"permissions": [
"storage"
],
"host_permissions": [
"https://*/*"
]
}