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": "Utm builder",
"version": "1.0.5.1",
"manifest_version": 3,
"permissions": [
"storage",
"activeTab",
"contextMenus",
"scripting"
],
"author": "Lucian Fialho",
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Utm builder",
"default_icon": {
"16": "icon-16x16.png",
"38": "icon-38x38.png",
"48": "icon-48x48.png",
"128": "icon-128x128.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "icon-16x16.png",
"38": "icon-38x38.png",
"48": "icon-48x48.png",
"128": "icon-128x128.png"
}
}