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": "Uplytics.org Asset Mover",
"version": "1.4",
"description": "Moving Upland assets in bulk, easy!",
"permissions": [
"webRequest",
"storage"
],
"host_permissions": [
"https:\/\/play.upland.me\/*",
"https:\/\/api.prod.upland.me\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Open Uplytics Dashboard"
},
"icons": {
"16": "icon16.png",
"32": "icon.png",
"48": "icon48.png",
"128": "icon128.png"
}
}