mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 02:42:17 -05:00
15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"name": "IMAP Test",
|
|
"description": "Testing chrome.socket for IMAP",
|
|
"version": "0.0.1",
|
|
"manifest_version": 2,
|
|
"offline_enabled": true,
|
|
"permissions": [{
|
|
"socket": ["tcp-connect"]
|
|
}],
|
|
"app": {
|
|
"background": {
|
|
"scripts": ["background.js"]
|
|
}
|
|
}
|
|
} |