1
0
mirror of https://github.com/nileshtrivedi/better synced 2025-01-06 02:06:52 +01:00
migliori-alternative/manifest.json
2020-08-01 02:27:32 +05:30

17 lines
442 B
JSON

{
"name": "Better",
"version": "0.1",
"description": "Find better products & services than the one you're currently visiting",
"permissions": ["activeTab"],
"background": {
"scripts": ["background.js"],
"persistent": false
},
"content_scripts": [
{
"matches": ["https://*/*", "http://*/*"],
"js": ["contentscript.js"]
}
],
"manifest_version": 2
}