-
-
Notifications
You must be signed in to change notification settings - Fork 521
/
package.json
22 lines (22 loc) · 971 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "superchrome",
"version": "1.0.0",
"description": "Open Source extension far beyond typical Screenshot Capturing: Save, Edit, Annotate, Print, and Share! This is a open-source extension for taking screenshots. This extension is able to capture 100% of both the vertical and horizontal content appearing on any webpage on the Internet. It is very easy to save the captured file onto your computer or print it / or share it to any social network.",
"main": "editor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1click-extensions/1click-webpage-screenshot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/1click-extensions/1click-webpage-screenshot/issues"
},
"homepage": "https://github.com/1click-extensions/1click-webpage-screenshot#readme",
"dependencies": {
"@types/chrome": "0.0.81"
}
}