-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
29 lines (27 loc) · 1.47 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
{
"background": {
"scripts": [ "background.js" ]
},
"browser_action": {
"default_icon": {
"19": "icons/19x19.png",
"38": "icons/38x38.png"
},
"default_title": "Search ZipCodes in Israel"
},
"content_security_policy": "script-src 'self' https://www.israelpost.co.il https://ssl.google-analytics.com; object-src 'self'",
"description": "חיפוש מיקוד בישראל במהירות ובקלות ללא צורך להיכנס לאתר דואר ישראל",
"homepage_url": "http://www.twitter.com/omriariav",
"icons": {
"128": "icons/128x128.png",
"16": "icons/16x16.png",
"48": "icons/48x48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAohgZV0eSZ1/iJ4KBBPS+BfA3HxxO7rAs2pFqMwWhXzKzdGrvP8BLHQiRTcW8mhqn+1+c6UHhWwkG+DA/UTAmMtZ3FCcM1gn2d3HRlOOVJ/FzRBOXdQTpyAf1LlWrZVEUzhTAztroIQM8kksop4oPptyOmwBDf1sn4HFkojKpRDrFEADkIy1cqaFwyDfBtq2MA0ofY2AeG8Y06VgxlskM2ZRSBam7jf4/7zPsfE4RPAWU+4FlJ+mhOE5zT13tkP+v9nKBqOqAo0OR2BzP4nUDhpTXLeNsey3Biz4JWgOiq+IlwFIrn6GKeFUD3Ge2VolAoceZQg6eN++pxpMm7IUQOwIDAQAB",
"manifest_version": 2,
"name": "איתור מיקוד בישראל",
"permissions": [ "https://www.israelpost.co.il/*", "clipboardWrite", "contextMenus", "storage" ],
"short_name": "איתור מיקוד בישראל במהירות ובקלות ללא צורך להיכנס לאתר דואר ישראל",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.4.2"
}