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",
"name": "SERPerator by MobileMoxie",
"description": "See & parse Google mobile search results from any location in the world-Get Pixel Height, % of SERP, Traditional Rank & Actual Rank.",
"version": "0.0.7",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "\/images\/serperator_icon_16.png",
"32": "\/images\/serperator_icon_32.png",
"48": "\/images\/serperator_icon_48.png",
"128": "\/images\/serperator_icon_128.png"
}
},
"icons": {
"16": "\/images\/serperator_icon_16.png",
"32": "\/images\/serperator_icon_32.png",
"48": "\/images\/serperator_icon_48.png",
"128": "\/images\/serperator_icon_128.png"
},
"permissions": [
"activeTab"
]
}