2012-08-17 06:10:07 +02:00
|
|
|
{
|
|
|
|
"name": "__MSG_name__",
|
2018-10-24 11:43:01 +02:00
|
|
|
"version": "2.1",
|
2012-09-11 18:09:43 +02:00
|
|
|
"manifest_version": 2,
|
2018-04-30 12:12:49 +02:00
|
|
|
"description": "Pandora FMS Event viewer Chrome extension",
|
2012-09-06 16:24:47 +02:00
|
|
|
"homepage_url": "http://pandorafms.com",
|
2012-08-17 06:10:07 +02:00
|
|
|
"browser_action": {
|
|
|
|
"default_title": "__MSG_default_title__",
|
|
|
|
"default_icon": "images/icon.png",
|
|
|
|
"default_popup": "popup.html"
|
2018-04-30 12:12:49 +02:00
|
|
|
},
|
2012-08-17 06:10:07 +02:00
|
|
|
"background": {
|
|
|
|
"page": "background.html"
|
|
|
|
},
|
|
|
|
"icons": {
|
|
|
|
"128": "images/icon128.png",
|
|
|
|
"16": "images/icon16.png",
|
|
|
|
"32": "images/icon32.png",
|
|
|
|
"48": "images/icon48.png"
|
|
|
|
},
|
|
|
|
"options_page": "options.html",
|
|
|
|
"permissions": [
|
2017-11-27 16:29:32 +01:00
|
|
|
"tabs",
|
|
|
|
"notifications",
|
|
|
|
"http://*/*",
|
2018-10-24 11:38:21 +02:00
|
|
|
"https://*/*",
|
2017-11-27 16:29:32 +01:00
|
|
|
"background"
|
2012-08-17 06:10:07 +02:00
|
|
|
],
|
|
|
|
"default_locale": "en"
|
2012-09-11 18:09:43 +02:00
|
|
|
}
|