fnaf-extension/manifest.json
2024-08-11 15:07:03 +08:00

30 lines
1.5 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"manifest_version": 3,
"name": "fredy faber",
"version": "1.0",
"description": "at least they didnt give birth to… freddy fazbear, because, if you give birth to, freddy fivebears, he comes out and he says “or, or, or or, or, or, or or, or or, and then he kills michael afton, or he tries to do it, along with his friends, bunny the bonnie, chica the kitchen, foxy the… fox pirate rawr, and yellow freddy, whos yellow, and weird, and, but its not their fault! its all because william afton one day was like “hi im gonna murder people, ra!” so he murdered kids, but he was also a yellow bunny? and he was like “hi, im a yellow bunny, imma kill you” because he had a daughter? who had, like, remnant? gone from her? so he was like, “if i kill kids, i put them in the suits, so that its not, its not freddy fivebear fault, its actually purple guy fault” and thats why you dont give birth to him.",
"permissions": [
"scripting",
"activeTab",
"tabs"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["main.js"]
}
],
"web_accessible_resources": [
{
"resources": [
"assets/audio.mp3",
"assets/fredbear.gif",
"assets/static.gif"
],
"matches": ["<all_urls>"]
}
]
}