32 lines
No EOL
690 B
JSON
32 lines
No EOL
690 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "FumbleAround",
|
|
"short_name": "FumbleAround",
|
|
"version": "1.0",
|
|
"description": "Discover random websites, just like StumbleUpon used to do!",
|
|
"display": "standalone",
|
|
"orientation": "portrait",
|
|
"start_url": "/",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#ffffff",
|
|
"icons": [
|
|
{
|
|
"src": "./Assets/smily.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./Assets/smily.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"permissions": [],
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["<all_urls>"],
|
|
"css": ["styles.css"],
|
|
"js": ["content.js"]
|
|
}
|
|
]
|
|
} |