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": "Reddit Video Save",
"version": "1.01",
"description": "Download Reddit Videos",
"permissions": [
"tabs",
"activeTab",
"scripting"
],
"action": {
"default_icon": {
"16": "images\/icon16x16.png",
"48": "images\/icon48x48.png",
"128": "images\/icon128x128.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "images\/icon16x16.png",
"48": "images\/icon48x48.png",
"128": "images\/icon128x128.png"
},
"background": {
"service_worker": "background.js"
}
}