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": "ReviewBolt - Instant Reviews Data",
"version": "1.0.1",
"description": "Instant Reviews",
"action": {
"default_popup": "assets\/index.html",
"default_icon": "assets\/logo128.png"
},
"icons": {
"128": "assets\/logo128.png"
},
"background": {
"service_worker": "assets\/background.js"
},
"content_scripts": [
{
"js": [
"assets\/contentReviewBolt.js",
"assets\/popup.js"
],
"matches": [
"<all_urls>"
],
"css": [
"assets\/style.css"
]
}
],
"permissions": [
"storage"
]
}