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": "Discord Auto Launcher - Open Links in App",
"description": "Automatically redirects Discord web links to open in the Discord desktop application for seamless communication",
"version": "1.0.2",
"homepage_url": "https:\/\/tabplugins.com\/discord-auto-launcher-open-links-in-app\/",
"permissions": [
"tabs"
],
"background": {
"service_worker": "src\/background.js"
},
"host_permissions": [
"https:\/\/discord.com\/*"
],
"icons": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
}
}