manifest.json
: Defines the extension's metadata and permissions.background.js
: Runs in the background to handle tweet automation logic.content.js
: Interacts with the X website.popup.html
: The user interface for starting/stopping the automation.popup.js
: Handles user interactions from the popup.
The manifest.json
is the heart of the extension. It defines the extension's properties and permissions. Paste the following code into your manifest.json
file: