mirror of
https://github.com/nileshtrivedi/better
synced 2025-01-06 02:06:52 +01:00
17 lines
442 B
JSON
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
|
|
} |