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": "Gas prices on average",
"manifest_version": 3,
"description": "fuel prices by zip code",
"icons": {
"128": "img\/icon.png"
},
"action": {
"default_icon": "img\/icon.png",
"default_popup": "popup\/index.html"
},
"author": "Marianna Mokrianyn on Upwork",
"version": "1.0.3",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/gas-prices-tracker.fly.dev\/login",
"https:\/\/gas-prices-tracker.fly.dev\/register"
],
"js": [
"auth.js"
]
}
]
}