VisionaryTips - Your daily dose of Tips and Inspiration.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Visionary Tips",
"version": "1.3.3",
"description": "VisionaryTips - Your daily dose of Tips and Inspiration.",
"author": "Antonio Bastos",
"permissions": [
"storage"
],
"action": {
"default_title": "Visionary Tips",
"default_icon": {
"48": "icons/icon_48.png"
},
"default_popup": "index.html"
},
"icons": {
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}