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": "Google Calendar Location Link Fixer",
"description": "Opens Google Calendar location links in a new tab.",
"version": "0.9",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/calendar.google.com\/*"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"icon128.png"
],
"matches": [
"https:\/\/calendar.google.com\/*"
]
}
]
}