Inspect and view changes in Oktopost - Social Sharing source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Oktopost - Social Sharing",
"description": "Easily share links to social media without leaving the browser tab.",
"version": "2.0",
"permissions": [
"activeTab"
],
"action": {
"default_title": "Share on social media using Oktopost",
"default_icon": "icons/icon_19.png",
"default_popup": "index.html"
},
"icons": {
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"manifest_version": 3
}