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": "TweetDeck Shortcut Plus",
"description": "Add more keyboard shortcuts on TweetDeck.",
"version": "0.2.2",
"manifest_version": 3,
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"action": {
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content-script-loader.main.ts.e494637d.a39a9602.js"
],
"matches": [
"https:\/\/tweetdeck.twitter.com\/*"
]
}
],
"options_page": "options.html",
"permissions": [
"downloads",
"storage"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/tweetdeck.twitter.com\/*"
],
"resources": [
"assets\/command.28b5b8cb.js",
"assets\/main.ts.e494637d.js"
],
"use_dynamic_url": true
}
]
}