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": "TDX Popup to New Tab",
"description": "Changes links in TeamDynamix from opening popup windows to opening new tabs.",
"version": "1.1",
"author": "Luke Darling",
"icons": {
"16": "img\/icon16.png",
"19": "img\/icon19.png",
"32": "img\/icon32.png",
"38": "img\/icon38.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"js": [
"src\/main.js"
],
"matches": [
"<all_urls>"
]
}
],
"options_ui": {
"page": "src\/options.html",
"open_in_tab": false
}
}