Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "My Web Routine - Goodbye bookmarks",
"description": "Optimize your morning productivity by automatizing the websites you visit daily. No bookmarks, just a streamlined browsing process.",
"version": "1.1.0",
"permissions": [
"storage",
"tabs"
],
"action": {
"default_icon": {
"16": "icons\/16.png",
"19": "icons\/19.png",
"32": "icons\/32.png",
"38": "icons\/38.png"
},
"default_popup": "src\/entries\/popup\/index.html"
},
"background": {
"service_worker": "serviceWorker.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"src\/entries\/contentScript\/main.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/*",
"fonts\/*"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"assets\/src\/entries\/contentScript\/main-d93b41c9.js",
"assets\/browser-polyfill-0a412c94.js",
"assets\/_plugin-vue_export-helper-adf5ee88.js",
"assets\/main-4587b2c9.css"
],
"matches": [
"*:\/\/*\/*"
],
"use_dynamic_url": true
}
],
"host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"16": "icons\/16.png",
"19": "icons\/19.png",
"32": "icons\/32.png",
"38": "icons\/38.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"96": "icons\/96.png",
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"options_ui": {
"page": "src\/entries\/options\/index.html",
"open_in_tab": true
}
}