-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
32 lines (30 loc) · 1.04 KB
/
manifest.json
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
{
"name": "Web2PttChrome",
"version": "1.2",
"description": "Open the PTT Web article in PttChrome.",
"icons": {
"16": "icon_16.png",
"128": "icon_128.png"
},
"default_locale": "en_US",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhwbLD4BSHXEHULZQw2vzeny9RhfYTSfpowy+iuBCX3GaRPmtSMOT/49VeB/TEfFuHQE2uDNh0hCmS+UaC+hdXMFeGiJU6gOtAbjYSd+Fsa1Gu4uuDc+J4AJoyGBoz0jOd0iJ7d5COQ1GdCpne/vZC+IwV/Xl7Tx9YTJ1Jo89D7cymiavpwi+PXtiE2PK+geA9DwiDzBXpDrjgrp18wXHNer3heUXl4CLkLEjJ2CJoAFqLnE7pc6+m37STolCwxqqWQvTXZXGd5AoE3ZuFfBs4lRYkaxMr5eo1RAgRkmbVjS5HSKy4KDlaxQf2nvbag+Gt2yHK+bV2DoT0hQw0eMUYQIDAQAB",
"background": { "scripts": ["background.js"] },
"content_scripts": [
{
"matches": ["*://www.ptt.cc/bbs/*", "*://iamchucky.github.io/PttChrome/*"],
"js": ["content_script.js"]
}
],
"permissions": [
"tabs",
"contextMenus"
],
"page_action": {
"default_name": "Open in PttChrome",
"default_icon": {
"19": "icon_19.png",
"38": "icon_38.png"
}
},
"manifest_version": 2
}