2012-08-22 23:06:49 +04:00
|
|
|
{
|
2012-12-13 02:43:03 +04:00
|
|
|
"name": "Gombot Alpha",
|
2012-08-22 23:06:49 +04:00
|
|
|
"manifest_version": 2,
|
2013-01-20 02:06:40 +04:00
|
|
|
"version": "0.1.8",
|
2012-11-22 03:14:24 +04:00
|
|
|
"description": "Tired of remembering your usernames and passwords? Let Gombot do the work for you!",
|
2012-08-22 23:06:49 +04:00
|
|
|
"permissions": [
|
|
|
|
"tabs",
|
2012-09-05 09:31:32 +04:00
|
|
|
"notifications",
|
|
|
|
"storage",
|
|
|
|
"http://*/",
|
|
|
|
"https://*/"
|
2012-08-22 23:06:49 +04:00
|
|
|
],
|
2012-11-22 03:14:24 +04:00
|
|
|
"icons": {
|
2012-11-29 02:55:30 +04:00
|
|
|
"128": "images/gombot-icon-128.png"
|
2012-11-22 03:14:24 +04:00
|
|
|
},
|
|
|
|
|
2012-08-22 23:06:49 +04:00
|
|
|
"background": {
|
2012-11-29 02:55:30 +04:00
|
|
|
"page": "background/background.html"
|
2012-08-22 23:06:49 +04:00
|
|
|
},
|
2012-11-29 02:55:30 +04:00
|
|
|
"options_page": "pages/debug_settings/debug_settings.html",
|
2012-08-22 23:06:49 +04:00
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": ["<all_urls>"],
|
2012-12-22 05:59:21 +04:00
|
|
|
"js": ["lib/jquery.js",
|
2012-12-29 04:20:35 +04:00
|
|
|
"lib/underscore.js",
|
2012-12-28 05:15:56 +04:00
|
|
|
"content_scripts/content_messaging.js",
|
2013-01-04 06:41:54 +04:00
|
|
|
"content_scripts/dom_monitor.js",
|
2012-12-27 03:28:28 +04:00
|
|
|
"content_scripts/password_form_inspector.js",
|
2012-12-29 03:14:16 +04:00
|
|
|
"content_scripts/password_form.js",
|
2012-12-27 03:28:28 +04:00
|
|
|
"content_scripts/main.js"]
|
2012-08-22 23:06:49 +04:00
|
|
|
}
|
|
|
|
],
|
2012-11-15 03:39:19 +04:00
|
|
|
"browser_action": {
|
2012-12-09 10:53:53 +04:00
|
|
|
"default_icon": "images/gombot_logo-19x19.png",
|
2012-11-29 02:55:30 +04:00
|
|
|
"default_popup": "browser_action/browser_action.html"
|
2012-11-15 03:39:19 +04:00
|
|
|
},
|
2012-11-22 00:53:16 +04:00
|
|
|
"update_url": "http://dev.tobmog.org/downloads/updates.xml",
|
2012-09-05 09:31:32 +04:00
|
|
|
"web_accessible_resources": [
|
2012-12-04 00:22:52 +04:00
|
|
|
"infobars/*"
|
2012-09-05 09:31:32 +04:00
|
|
|
]
|
2012-08-22 23:06:49 +04:00
|
|
|
}
|