Metadata-Version: 2.1
Name: extensionizer
Version: 0.0.2
Summary: Python package to create chrome extensions quickly
Home-page: https://github.com/Yash182023/Manifest
Author: Yash Sharma
Author-email: yashsharmaat2004@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
License-File: LICENSE.md


Extensionizer is a Python package designed to streamline the process of creating Chrome extensions. With Manifest, you can quickly generate the necessary files, including the `manifest.json` file and the files required for the extension's popup interface, such as HTML, CSS, and JavaScript.

Features:
- Easily create and customize the `manifest.json` file for your Chrome extension.
- Generate popup interface files (HTML, CSS, and JavaScript) with minimal effort.
- Simple and intuitive API for defining permissions, background scripts, content scripts, and more.
- Compatible with Python 3.6 and above.

Getting Started:
1. Install extensionizer using `pip install extensionizer`.
2. Use the provided classes and methods to define your extension's properties and generate the required files.
3. Build and test your extension locally before publishing it to the Chrome Web Store.

Manifest is ideal for developers who want to automate the creation of Chrome extensions and focus on building innovative features without getting bogged down in repetitive setup tasks. Get started with Manifest today and supercharge your Chrome extension development workflow!
    
