-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
35 lines (31 loc) · 980 Bytes
/
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
29
30
31
32
33
34
35
{
"manifest_version": 2,
"name": "MotmaenBash | مطمئن باش",
"description": "مطمئن باش | بررسی اصلالت درگاههای پرداخت ایرانی",
"version": "1.1.0",
"author": "Milad Nouri",
"homepage_url": "https://motmaenbash.milad.nu",
"background":{
"scripts":["assets/js/background.js"]
},
"content_scripts": [
{
"matches": ["https://*.shaparak.ir/*"],
"exclude_globs": ["*://www.shaparak.ir/*", "*://shaparak.ir/*"],
"css": ["assets/css/payment-gateway-verify.css"],
"js": ["assets/js/content-script.js"]
}
],
"page_action": {
"default_icon": "assets/images/icon_128.png",
"default_title": "MotmaenBash",
"default_popup": "popup.html"
},
"icons": { "16": "assets/images/icon_16.png",
"48": "assets/images/icon_48.png",
"128": "assets/images/icon_128.png" },
"permissions": [
"tabs"
],
"web_accessible_resources": ["assets/images/sign.png"]
}