fnaf-extension/manifest.json

31 lines
1.5 KiB
JSON
Raw Normal View History

2024-08-11 07:03:22 +00:00
{
"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",
2024-08-11 07:07:03 +00:00
"assets/static.gif"
2024-08-11 07:03:22 +00:00
],
"matches": ["<all_urls>"]
}
]
}