2018-09-16 12:29:59 +02:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "Shinigami Eyes",
|
|
|
|
"author": "Shinigami Eyes",
|
2018-12-07 19:58:01 +01:00
|
|
|
"version": "1.0.5",
|
|
|
|
"homepage_url": "https://shinigami-eyes.github.io/",
|
2018-09-16 12:29:59 +02:00
|
|
|
"description": "Highlights transphobic/anti-LGBT and trans-friendly subreddits/users/facebook pages/groups with different colors.",
|
|
|
|
"icons": {
|
|
|
|
"48": "icons/icon-48.png"
|
|
|
|
},
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
2018-11-16 21:51:31 +01:00
|
|
|
"all_frames": true,
|
2018-09-16 12:29:59 +02:00
|
|
|
"matches": [
|
|
|
|
"*://*.facebook.com/*",
|
|
|
|
"*://*.youtube.com/*",
|
|
|
|
"*://*.reddit.com/*",
|
2018-11-16 21:51:31 +01:00
|
|
|
"*://*.twitter.com/*",
|
|
|
|
"*://medium.com/*",
|
2018-12-16 11:32:37 +01:00
|
|
|
"*://disqus.com/*",
|
|
|
|
"*://*.tumblr.com/*",
|
2018-12-16 11:33:04 +01:00
|
|
|
|
|
|
|
"*://*.google.ar/*",
|
|
|
|
"*://*.google.at/*",
|
|
|
|
"*://*.google.be/*",
|
|
|
|
"*://*.google.ca/*",
|
|
|
|
"*://*.google.ch/*",
|
|
|
|
"*://*.google.co.uk/*",
|
|
|
|
"*://*.google.com/*",
|
|
|
|
"*://*.google.de/*",
|
|
|
|
"*://*.google.dk/*",
|
|
|
|
"*://*.google.es/*",
|
|
|
|
"*://*.google.fi/*",
|
|
|
|
"*://*.google.fr/*",
|
|
|
|
"*://*.google.is/*",
|
|
|
|
"*://*.google.it/*",
|
|
|
|
"*://*.google.no/*",
|
|
|
|
"*://*.google.pt/*",
|
|
|
|
"*://*.google.se/*"
|
2018-09-16 12:29:59 +02:00
|
|
|
],
|
|
|
|
"js": [
|
|
|
|
"content.js"
|
|
|
|
],
|
|
|
|
"css": [
|
|
|
|
"content.css"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"web_accessible_resources": [
|
|
|
|
"data/transphobic.dat",
|
|
|
|
"data/t-friendly.dat"
|
|
|
|
],
|
|
|
|
"background": {
|
|
|
|
"scripts": [
|
2018-12-03 22:20:11 +01:00
|
|
|
"bloomfilter.js",
|
|
|
|
"background.js"
|
2018-09-16 12:29:59 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"options_ui": {
|
|
|
|
"page": "help.html",
|
|
|
|
"open_in_tab": true
|
|
|
|
},
|
|
|
|
"permissions": [
|
|
|
|
"contextMenus",
|
2018-10-27 17:02:15 +02:00
|
|
|
"storage",
|
2018-11-16 20:41:29 +01:00
|
|
|
"*://shinigami-eyes.azurewebsites.net/*",
|
|
|
|
"*://*/*"
|
2018-09-16 12:29:59 +02:00
|
|
|
],
|
|
|
|
"applications": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "shinigamieyes@shinigamieyes",
|
|
|
|
"strict_min_version": "60.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|