88 lines
2.4 KiB
JSON
88 lines
2.4 KiB
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Shinigami Eyes",
|
|
"author": "Shinigami Eyes",
|
|
"version": "1.0.25",
|
|
"homepage_url": "https://shinigami-eyes.github.io/",
|
|
"description": "Highlights transphobic/anti-LGBT and trans-friendly subreddits/users/facebook pages/groups with different colors.",
|
|
"icons": {
|
|
"48": "icons/icon-48.png",
|
|
"128": "icons/icon-128-96.png"
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"all_frames": true,
|
|
"matches": [
|
|
"*://*.facebook.com/*",
|
|
"*://*.youtube.com/*",
|
|
"*://*.reddit.com/*",
|
|
"*://*.twitter.com/*",
|
|
"*://*.medium.com/*",
|
|
"*://disqus.com/*",
|
|
"*://*.tumblr.com/*",
|
|
"*://*.wikipedia.org/*",
|
|
"*://*.rationalwiki.org/*",
|
|
"*://shinigami-eyes.localhost/*",
|
|
|
|
"*://duckduckgo.com/*",
|
|
"*://*.bing.com/*",
|
|
|
|
"*://*.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/*"
|
|
],
|
|
"css": [
|
|
"content.css"
|
|
]
|
|
},
|
|
{
|
|
"all_frames": true,
|
|
"matches": [
|
|
"*://*/*"
|
|
],
|
|
"js": [
|
|
"content.js"
|
|
]
|
|
}
|
|
],
|
|
"web_accessible_resources": [
|
|
"data/transphobic.dat",
|
|
"data/t-friendly.dat"
|
|
],
|
|
"background": {
|
|
"scripts": [
|
|
"bloomfilter.js",
|
|
"background.js"
|
|
]
|
|
},
|
|
"options_ui": {
|
|
"page": "options.html",
|
|
"open_in_tab": true
|
|
},
|
|
"permissions": [
|
|
"contextMenus",
|
|
"storage",
|
|
"*://shinigami-eyes.azurewebsites.net/*",
|
|
"*://*/*"
|
|
],
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "shinigamieyes@shinigamieyes",
|
|
"strict_min_version": "60.0"
|
|
}
|
|
}
|
|
} |