1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-28 15:27:43 +00:00

Final manifest version? I hope.

This commit is contained in:
SirStendec 2015-02-08 23:14:29 -05:00
parent 24d40ef58b
commit fe55f43b8e

View file

@ -1,22 +1,22 @@
{ {
"content_scripts": [ { "manifest_version": 2,
"all_frames": true, "name": "FrankerFaceZ",
"js": [ "script.js" ], "short_name": "FFZ",
"matches": [ "*://*.twitch.tv/*" ], "version": "1.57",
"exclude_matches": [ "*://api.twitch.tv/*" ] "description": "Use a variety of unique faces on Twitch!",
} ], "homepage_url": "http://www.frankerfacez.com",
"description": "Use a variety of unique faces on Twitch!", "icons": {
"homepage_url": "http://frankerfacez.com", "16": "icon16.png",
"icons": { "48": "icon48.png",
"128": "icon128.png", "128": "icon128.png" },
"16": "icon16.png", "content_scripts": [ {
"48": "icon48.png" "all_frames": true,
}, "js": [ "script.js" ],
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCA3cSXpMpzaLzuVA7YPnrUd5RLNhjWp4uz6UnspMZSutwvF1wMdIBQdEI5/mT7twy7wiAdCKLDo+dpq95y0Hqyuv6MpQTj783fxDl12vSxcib78GaViQm4RNjlaLbPow7ooPJGRLHDQSVNeeogFOX+5/hdNdFfxIRqkNav1sCCPQIDAQAB", "matches": [ "*://*.twitch.tv/*" ],
"manifest_version": 2, "exclude_globs": [ "*://api.twitch.tv/*" ]
"name": "FrankerFaceZ", } ],
"short_name": "FFZ", "permissions": [
"permissions": [ "*://*.twitch.tv/*", "*://*.frankerfacez.com/*" ], "*://*.twitch.tv/*",
"update_url": "https://clients2.google.com/service/update2/crx", "*://*.frankerfacez.com/*"
"version": "1.57" ]
} }