Skip to content

init #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

init #190

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chrome-extension-boilerplate-react",
"name": "sudoLinkedin",
"version": "5.0.4",
"description": "A chrome extension boilerplate built with React 18, Webpack 5, and Webpack Dev Server 4",
"description": "A extension for Linkedin creators to increase their engagment Rate with use of AI",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Chrome Extension with React & Webpack",
"description": "A chrome extension boilerplate built with React 17, Webpack 5, and Webpack Dev Server 4",
"name": "sudoLinkedin",
"description": "A super AI tool for Linkedin creators",
"options_page": "options.html",
"background": { "service_worker": "background.bundle.js" },
"action": {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Popup/Popup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Popup = () => {
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/pages/Popup/Popup.jsx</code> and save to reload.
Edit <code>src/pages/Popup/Popup.jsx</code> and save to reload. ss s
</p>
<a
className="App-link"
Expand Down