Run the Linux Ubuntu, Kubuntu, Lubuntu and Xubuntu from the OnWorks free servers hosting provider
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": "1.3.5",
"description": "__MSG_description__",
"default_locale": "en",
"action": {
"default_popup": "index.html",
"default_icon": "icons/app_38.png"
},
"options_page": "settings.html",
"icons": {
"16": "icons/app_16.png",
"48": "icons/app_48.png",
"128": "icons/app_128.png"
},
"permissions": [
"storage",
"tabs"
],
"background": {
"scripts": [
"w.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{b9827b1f-4340-4853-880d-7959bc0d889a}"
}
}
}