Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SiteTools",
"short_name": "SiteTools",
"description": "One click access to many useful tools for webmasters, web developers, SEO experts and social media marketers.",
"version": "1.1.0",
"permissions": [
"activeTab",
"storage",
"declarativeContent"
],
"manifest_version": 3,
"action": {
"default_icon": "static\/icon-128.png",
"default_title": "SiteTools",
"default_popup": "html\/popup.html"
},
"background": {
"service_worker": "sw.js"
},
"icons": {
"48": "static\/icon-48.png",
"128": "static\/icon-128.png"
},
"homepage_url": "https:\/\/browsernative.com\/sitetools\/",
"options_page": "html\/options.html"
}