-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pigeonposse.yml
39 lines (36 loc) · 1.37 KB
/
.pigeonposse.yml
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
###############################################################################
# FOR PIGEONPOSSE USAGE
###############################################################################
web:
- id: "super8"
name: "Super 8"
type:
- web
- wpa
- wp-plugin
- browser-extension
- chrome-extension
- firefox-extension
- edge-extension
- safari-extension
- chromium-extension
- brave-extension
- opera-extension
- operagx-extension
- yandex-extension
version: "0.0.13"
description: "{{package.description}}"
homepage: "{{package.homepage}}"
package: "https://www.npmjs.com/package/@s-8/core"
docs: "{{package.extra.docsUrl}}"
repo: "https://github.com/pigeonposse/super8"
logo: "https://raw.githubusercontent.com/pigeonposse/super8/main/docs/images/logo-short.png"
banner: "https://raw.githubusercontent.com/pigeonposse/super8/main/docs/images/banner.png"
articles: "https://bepp.pigeonposse.com/posts"
status: "active"
download:
- name: "Chrome store"
url: "https://chromewebstore.google.com/detail/super8/aejkinmllndkgoodkfbhfkffnebmibkd"
- name: "chrome manifest v2"
url: "https://github.com/pigeonposse/super8/releases/latest/download/super8-chrome-mv2.zip"
###############################################################################