Bug 464482

Summary: Expose PluginSpecs to the plugin
Product: [Applications] Falkon Reporter: Juraj <jurajoravec>
Component: extensionsAssignee: David Rosca <nowrep>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Juraj 2023-01-18 23:54:24 UTC
SUMMARY
The plugin itself does not have access to its own metadata which Falkon reads.
These metadata contains:  name, description, author, version, icon.

OBSERVED RESULT
There is no easy access to the metadata from within plugin itself.

EXPECTED RESULT
Plugin has an easy access to the metadata.

ADDITIONAL INFORMATION
This should be available to C++, Python and QML plugins.