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": "Oflox\u00ae Link Shortener + QR Generator",
"short_name": "Oflox Shortner+QR",
"description": "All-in-one link shortener with UTM tags and QR code download for live and custom URLs.",
"version": "1.0.0",
"action": {
"default_popup": "popup.html",
"default_title": "Oflox Link Shortener + QR Generator"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage",
"activeTab",
"clipboardWrite",
"notifications",
"contextMenus"
],
"host_permissions": [
"https:\/\/tinyurl.com\/*",
"https:\/\/is.gd\/*",
"https:\/\/api.qrserver.com\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"options_page": "options.html"
}