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,
"version": "1.0.0",
"name": "OG Image | Check Page Share Info",
"description": "Get a webpage's og:image and other share info in just one click",
"action": {
"default_icon": "images\/128.png",
"default_popup": "ogme.html"
},
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"permissions": [
"activeTab",
"downloads"
],
"host_permissions": [
"<all_urls>"
]
}