Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Jun 22, 2019
1 parent aa248bf commit 99301fc
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@

{
"manifest_version": 2,
"name": "راه بهشت",
"version": "1.0",
"description": "جمع آوری روز فروش بلیط های هواپیما از طریق سایت مرکز تور",
"author": "Max Base",
"icons": {
"48": "icons/icon.png"
},
"content_scripts": [
{
"js": ["main.js"]
"matches": ["https://thr.ttgroup.ir/Systems/FA/Reservation/Flight_NewReservation_Successfull.aspx*"],
}
]
}

0 comments on commit 99301fc

Please sign in to comment.