-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
060d91c
commit 1ad3558
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "quickcite", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "A Chrome extension to copy GitHub pull request information", | ||
"main": "background.js", | ||
"scripts": { | ||
|
@@ -10,7 +10,12 @@ | |
"release": "bash scripts/bump_version.sh", | ||
"release_verify": "bash scripts/prerelease_check.sh" | ||
}, | ||
"keywords": ["github", "pull request", "chrome extension", "productivity"], | ||
"keywords": [ | ||
"github", | ||
"pull request", | ||
"chrome extension", | ||
"productivity" | ||
], | ||
"author": "Jon Friesen <[email protected]>", | ||
"license": "UNLICENSED", | ||
"private": true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"manifest_version": 3, | ||
"name": "QuickCite", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "Injects buttons on various sites to copy formatted information to clipboard", | ||
"author": { | ||
"email": "[email protected]" | ||
|