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",
"name": "Mavenlink Location Selector",
"version": "0.4",
"description": "Because you don't have time when you're logging time!",
"manifest_version": 3,
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*.mavenlink.com\/timesheets*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.mavenlink.com\/timesheets*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"action": {
"default_icon": "icon.png",
"default_popup": "menu.html",
"default_title": "Mavenlink Location Selector"
}
}