23 lines
611 B
JSON
23 lines
611 B
JSON
{
|
|
"homepage_url": "https://1000scores.com",
|
|
"name": "1000 Bots",
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "trash@bitnik.org",
|
|
"strict_min_version": "55.0"
|
|
}
|
|
},
|
|
"description": "Surf the net as the most famous internet user - the google bot.",
|
|
"version": "0.0.1",
|
|
"background": {
|
|
"scripts": ["background.js"],
|
|
"persistent": true
|
|
},
|
|
"permissions": ["storage", "webRequest", "webRequestBlocking", "*://*/*"],
|
|
"browser_action": {
|
|
"name": "Click to change your browsers perspective",
|
|
"default_icon": "icon_OFF_48.png"
|
|
},
|
|
"manifest_version": 2
|
|
}
|