-
-
Notifications
You must be signed in to change notification settings - Fork 129
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 733 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 733 Bytes
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
{
"name": "@foxreis/tizentube",
"appName": "TizenTube",
"version": "1.13.2",
"description": "TizenTube is an ad-free and sponsor-free solution for your favourite streaming website on your Tizen (Samsung) TVs.",
"packageType": "mods",
"websiteURL": "https://youtube.com/tv?additionalDataUrl=http%3A%2F%2Flocalhost%3A8085%2Fdial%2Fapps%2FYouTube",
"main": "dist/userScript.js",
"author": "Reis Can",
"serviceFile": "dist/service.js",
"keys": [
"MediaPlayPause",
"MediaPlay",
"MediaPause",
"MediaStop",
"MediaFastForward",
"MediaRewind",
"MediaTrackNext",
"MediaTrackPrevious"
],
"repository": {
"url": "https://github.com/reisxd/TizenTube"
},
"license": "GPL-3.0-only"
}