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": "Send Fireberry ticket without the need to upload a file",
"description": "Sends default content for file in fireberry ticket form",
"version": "0.0.1",
"manifest_version": 3,
"permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/*.fireberry.com\/*",
"https:\/\/*.powerlink.co.il\/*"
],
"js": [
"send-default-content-for-file.js"
],
"all_frames": true
}
]
}