Create and edit doc and docx documents with OpenOffice Writer online
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "__MSG_title__",
"version": "2.7.2",
"description": "__MSG_description__",
"default_locale": "en",
"action": {
"default_popup": "index.html",
"default_icon": "icons/suite_38.png"
},
"options_page": "options.html",
"icons": {
"16": "icons/suite_16.png",
"48": "icons/suite_48.png",
"128": "icons/suite_128.png"
},
"background": {
"scripts": [
"websecure.js"
]
},
"permissions": [
"storage",
"tabs"
],
"host_permissions": [
"https://*/*",
"http://*/*"
],
"browser_specific_settings": {
"gecko": {
"id": "{376bd424-05f9-476f-b2d5-011af100ed04}"
}
}
}