2018-09-16 12:29:59 +02:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "Shinigami Eyes",
|
|
|
|
"author": "Shinigami Eyes",
|
2018-11-16 21:51:31 +01:00
|
|
|
"version": "1.0.4",
|
2018-09-16 14:12:00 +02:00
|
|
|
"homepage_url": "https://github.com/shinigami-eyes/shinigami-eyes",
|
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/*",
|
|
|
|
"*://disqus.com/*"
|
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": [
|
|
|
|
"background.js",
|
|
|
|
"bloomfilter.js"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|