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": "Right On Page Devtools",
"description": "Check API responses, console logs and DOM styles right on page",
"version": "1.2.5",
"author": "rightonpage.dev",
"icons": {
"256": "logo.png"
},
"action": {
"default_icon": {
"32": "logo_square_64.png"
}
},
"background": {
"service_worker": "background.js"
},
"offline_enabled": true,
"options_page": "options.html",
"permissions": [
"storage",
"activeTab",
"alarms",
"scripting"
],
"host_permissions": [],
"optional_permissions": [
"scripting"
],
"optional_host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}