diff --git a/curve_assign_shapekey.py b/curve_assign_shapekey.py
index ba9630115c9d3ffa8d2f2449fe6feb669c617569..d374a51adff96e1ce620925be2092afbc8ff4c20 100644
--- a/curve_assign_shapekey.py
+++ b/curve_assign_shapekey.py
@@ -26,7 +26,7 @@ bl_info = {
     "version": (1, 0, 0),
     "location": "View 3D > Sidebar > Edit Tab",
     "description": "Assigns one or more Bezier curves as shape keys to another Bezier curve",
-    "category": "Object",
+    "category": "Add Curve",
     "wiki_url": "https://github.com/Shriinivas/assignshapekey/blob/master/README.md",
     "blender": (2, 80, 0),
 }
diff --git a/power_sequencer/__init__.py b/power_sequencer/__init__.py
index 7bc1c6ca5dd854293ac203a52f975bb1fd3012ca..a51f7342e3804bed0a98070aa81128db8f5e7e05 100644
--- a/power_sequencer/__init__.py
+++ b/power_sequencer/__init__.py
@@ -38,7 +38,7 @@ bl_info = {
     "author": "Nathan Lovato",
     "version": (1, 4, 0),
     "blender": (2, 80, 0),
-    "location": "Sequencer",
+    "location": "Video Tools",
     "tracker_url": "https://github.com/GDquest/Blender-power-sequencer/issues",
     "wiki_url": "https://www.youtube.com/playlist?list=PLhqJJNjsQ7KFjp88Cu57Zb9_wFt7nlkEI",
     "support": "COMMUNITY",
diff --git a/space_clip_editor_refine_solution.py b/space_clip_editor_refine_solution.py
index 475f9157faea1dae250a99d681023c0a2107143c..fb423f7c1707c692e42ca1346527713e415b9848 100644
--- a/space_clip_editor_refine_solution.py
+++ b/space_clip_editor_refine_solution.py
@@ -32,7 +32,7 @@ bl_info = {
     "warning": "",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/"
                 "Motion_Tracking/Refine_Track",
-    "category": "Motion Tracking",
+    "category": "Video Tools",
 }
 
 import bpy
diff --git a/space_view3d_align_tools.py b/space_view3d_align_tools.py
index b8c02968bfea0bce1c897f1f97158d9ee0c377c9..712e376da0ea017b56b6efc6159d5c1b050b91d7 100644
--- a/space_view3d_align_tools.py
+++ b/space_view3d_align_tools.py
@@ -29,7 +29,7 @@ bl_info = {
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/3D interaction/Align_Tools",
     "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
-    "category": "3D View",
+    "category": "Interface",
 }
 
 import bpy
diff --git a/space_view3d_brush_menus/__init__.py b/space_view3d_brush_menus/__init__.py
index 5381d14ca5f790730efff70da001042dc0a652f7..5b1245e5044731bfd9c24aab8be203fd80a33851 100644
--- a/space_view3d_brush_menus/__init__.py
+++ b/space_view3d_brush_menus/__init__.py
@@ -29,7 +29,7 @@ bl_info = {
     "warning": '',
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/3D_interaction/Advanced_UI_Menus",
-    "category": "3D View"}
+    "category": "Interface"}
 
 
 if "bpy" in locals():
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index f75d185bebc098746275a7de92ed9ad1197f3183..adc85f9cf6b270ab226a591de8af88a75a97232f 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -27,7 +27,7 @@ bl_info = {
     "description": "Copy Attributes Menu from Blender 2.4",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/3D_interaction/Copy_Attributes_Menu",
-    "category": "3D View",
+    "category": "Interface",
 }
 
 import bpy
diff --git a/space_view3d_modifier_tools.py b/space_view3d_modifier_tools.py
index 028380f04589cc7df87019f72cb9e0a637036410..460b16f047683a403ed1a51c0234a4f100c7c8e4 100644
--- a/space_view3d_modifier_tools.py
+++ b/space_view3d_modifier_tools.py
@@ -27,7 +27,7 @@ bl_info = {
     "warning": "",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6"
                 "/Py/Scripts/3D_interaction/modifier_tools",
-    "category": "3D View"
+    "category": "Interface"
     }
 
 import bpy
diff --git a/space_view3d_pie_menus/__init__.py b/space_view3d_pie_menus/__init__.py
index 8b7418887bb79c3f3a951dba1dcc0f70d7553b26..98a62bc8c248104310cf09cd4b304b0c46f6a021 100644
--- a/space_view3d_pie_menus/__init__.py
+++ b/space_view3d_pie_menus/__init__.py
@@ -41,7 +41,7 @@ bl_info = {
     "warning": "",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/3D_interaction/viewport_pies",
-    "category": "Pie Menu"
+    "category": "Interface"
     }
 
 sub_modules_names = (
diff --git a/space_view3d_spacebar_menu/__init__.py b/space_view3d_spacebar_menu/__init__.py
index 467eaa6238c3b90ec0b60516095834dca8005a69..362cad557ca18e1bb4003c300ebb40a607984eb7 100644
--- a/space_view3d_spacebar_menu/__init__.py
+++ b/space_view3d_spacebar_menu/__init__.py
@@ -27,7 +27,7 @@ bl_info = {
     "warning": "",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/3D_interaction/Dynamic_Spacebar_Menu",
-    "category": "3D View",
+    "category": "Interface",
 }
 
 if "bpy" in locals():