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": "LinkPingPong: Backlink Monitor",
"version": "1.0.3",
"description": "Monitor your backlinks automatically. Check link status, anchor text, and get notifications. Perfect for SEO professionals.",
"permissions": [
"storage",
"tabs",
"alarms",
"notifications",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "assets\/js\/background.js"
},
"action": {
"default_icon": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
}
},
"icons": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
}
}