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": "Resolver - Tabs PLUS",
"version": "2.0",
"description": "Automatically rotate through open tabs with customizable intervals and settings.",
"permissions": [
"tabs",
"storage",
"alarms",
"idle"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
},
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"options_page": "popup.html",
"web_accessible_resources": [
{
"resources": [
"tailwind.css"
],
"matches": [
"<all_urls>"
]
}
],
"author": "Your Name or Organization",
"homepage_url": "https:\/\/your-extension-website.com"
}