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": "Blurry Beast Asset Mover",
"version": "1.0.6",
"description": "Quickly view, filter, and move Upland structures, ornaments, vehicles, and map assets in Upland.",
"icons": {
"48": "icon.png"
},
"action": {
"default_title": "Toggle Blurry Beast Move Helper Sidebar"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"scripting",
"storage",
"webRequest"
],
"host_permissions": [
"https:\/\/api.prod.upland.me\/*",
"https:\/\/play.upland.me\/*"
],
"web_accessible_resources": [
{
"resources": [
"sidebar.html",
"sidebar-style.css"
],
"matches": [
"https:\/\/play.upland.me\/*"
]
}
]
}