1
0
mirror of https://gitlab.com/Cha_deL/peertubeify synced 2024-12-23 05:09:02 +01:00
peertubeify-estensione-fire.../extension/manifest.json
2018-08-11 00:34:47 +02:00

19 lines
446 B
JSON

{
"manifest_version": 2,
"name": "PeerTubeify",
"version": "0.2.1",
"description": "On YouTube, displays a link to the same video on PeerTube, if it exists.",
"homepage_url": "https://gitlab.com/Ealhad/peertubeify",
"permissions": [
"activeTab",
"<all_urls>"
],
"background": {
"scripts": ["dist/background.js"]
},
"content_scripts": [{
"matches": ["*://*.youtube.com/*"],
"js": ["dist/youtube.js"]
}]
}