-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
28 lines (28 loc) · 1.49 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"author": "Loc Mai",
"background": {
"scripts": [ "scripts/analytics.js", "scripts/background.min.js" ]
},
"browser_action": {
"default_icon": {
"16": "favicon.png",
"24": "favicon.png",
"32": "favicon.png"
},
"default_title": "Custom Multiple Tools for Facebook by Loc Mai"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com https://ssl.google-analytics.com https://ajax.googleapis.com https://apis.google.com https://www.paypal.com/sdk/js; object-src 'self'",
"description": "Custom Multiple Tools for Facebook is a collection of automation tools.",
"icons": {
"128": "favicon.png",
"16": "favicon.png",
"48": "favicon.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqahVqMXqk5aDgtd1otdtcr1edwYGCyUE2ZfvXNhTGqui5fqnd/uL2QL3wwLuxYdSTXMcQMweJW36/t8LmLYLCqECIff+3yTth5JapjJTKuJx4203BsMK60sKCLN2Rb89nPZAD9kEo5If7knNV06x1CpBirbRCVgEMXfB5KUo7D172MXrHM3AmJPUOPzB0hAxaEeQ9K352PIui6ulJB1E0zOuvOrJEW9FzsIP7CeEI9Qgb2emmI7lJaRhv8uYzTudH5XzkiHn/OfslkPWwp107oKMHNVPz2uJewRRG7wBYmxZpbeYmKsRlSNeNJMBr2h+tugkERnpQOZMd/Tw1QvZ1wIDAQAB",
"manifest_version": 2,
"name": "Custom Multiple Tools for Facebook",
"permissions": [ "http://*/*", "https://*/*", "notifications", "cookies", "webRequest", "webRequestBlocking", "storage", "unlimitedStorage" ],
"short_name": "MTFB by Loc Mai",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "14.8.5"
}