lul
This commit is contained in:
74
manifest.json
Normal file
74
manifest.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"update_url": "https://clients2.google.com/service/update2/crx",
|
||||
|
||||
"manifest_version": 3,
|
||||
"name": "__MSG_Honey_Title__",
|
||||
"version": "18.2.1",
|
||||
"description": "__MSG_Automatically_find_and_apply_coupon_codes_when_you_shop_online__",
|
||||
"default_locale": "en",
|
||||
"content_security_policy": {
|
||||
"extension_pages": "script-src 'self'; object-src 'self';",
|
||||
"isolated_world": "script-src 'self'; object-src 'self';"
|
||||
},
|
||||
"background": {
|
||||
"service_worker": "h0.js"
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"js": [
|
||||
"h1-check.js"
|
||||
],
|
||||
"run_at": "document_end",
|
||||
"match_about_blank": false,
|
||||
"all_frames": false,
|
||||
"matches": [
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
]
|
||||
}
|
||||
],
|
||||
"web_accessible_resources": [
|
||||
{
|
||||
"resources": [
|
||||
"checkoutPaypal/*",
|
||||
"extensionMixinScripts/*",
|
||||
"images/*",
|
||||
"offscreen/*",
|
||||
"paypal/*",
|
||||
"proxies/*"
|
||||
],
|
||||
"matches": [
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
]
|
||||
}
|
||||
],
|
||||
"permissions": [
|
||||
"alarms",
|
||||
"cookies",
|
||||
"storage",
|
||||
"unlimitedStorage",
|
||||
"scripting",
|
||||
"webRequest",
|
||||
"offscreen"
|
||||
],
|
||||
"host_permissions": [
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
],
|
||||
"icons": {
|
||||
"16": "icons/honey-logo-16.png",
|
||||
"48": "icons/honey-logo-48.png",
|
||||
"128": "icons/honey-logo-128.png"
|
||||
},
|
||||
"action": {
|
||||
"default_title": "PayPal Honey",
|
||||
"default_icon": {
|
||||
"16": "icons/default-16.png",
|
||||
"19": "icons/default-19.png",
|
||||
"32": "icons/default-32.png",
|
||||
"38": "icons/default-38.png"
|
||||
},
|
||||
"default_popup": "popover/popover.html"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user