-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.24 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "youtube-screenshot-helper",
"version": "1.2.0",
"description": "Grab clean video screenshots instantly with a single shortcut",
"main": "manifest.json",
"scripts": {
"build": "echo 'Extension ready for loading in Chrome'",
"package": "zip -r youtube-screenshot-helper.zip . -x '*.git*' 'node_modules/*' 'package*.json' 'README.md'",
"dev": "echo 'Load extension in Chrome Developer Mode from this directory'",
"lint": "echo 'Linting not configured'",
"test": "echo 'Tests not configured'"
},
"keywords": [
"youtube",
"screenshot",
"video",
"browser-extension",
"chrome-extension",
"vimeo",
"twitch",
"screen-capture"
],
"author": "PixelCode01",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/PixelCode01/YouTube-Screenshot-Helper-Extension.git"
},
"bugs": {
"url": "https://github.com/PixelCode01/YouTube-Screenshot-Helper-Extension/issues"
},
"homepage": "https://github.com/PixelCode01/YouTube-Screenshot-Helper-Extension#readme",
"devDependencies": {},
"dependencies": {},
"browser_specific_settings": {
"gecko": {
"id": "youtube-screenshot-helper@pixelcode01.dev",
"strict_min_version": "109.0"
}
}
}