Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "FreeTheWords",
"version": "1.2.0",
"description": "Comment on any website. Join discussions across the internet.",
"permissions": [
"identity",
"storage",
"activeTab",
"scripting",
"cookies"
],
"host_permissions": [
"https:\/\/freethewords.com\/*",
"https:\/\/www.googleapis.com\/*"
],
"oauth2": {
"client_id": "876095677464-s8djum599j1li0s36kdj0ukksfsuvu57.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"background": {
"service_worker": "background\/service-worker.js"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "assets\/icons\/icon-16.png",
"32": "assets\/icons\/icon-32.png",
"48": "assets\/icons\/icon-48.png",
"128": "assets\/icons\/icon-128.png"
}
},
"options_page": "options\/options.html",
"icons": {
"16": "assets\/icons\/icon-16.png",
"32": "assets\/icons\/icon-32.png",
"48": "assets\/icons\/icon-48.png",
"128": "assets\/icons\/icon-128.png"
}
}