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": "\u5206\u6790\u641c\u5c0b\u5f15\u64ce\u7684\u5de5\u5177\ud83d\udd0e",
"version": "1.0",
"description": "\u4f7f\u7528\u4e00\u7cfb\u5217\u5be6\u7528\u5de5\u5177\u4f86\u8a55\u4f30\u95dc\u9375\u5b57\u7684\u6548\u679c\u4f86\u512a\u5316\u60a8\u7684\u641c\u5c0b\u5f15\u64ce\u512a\u5316\u3002 \ud83d\udcc2",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/tool.dev-maxime-guinard.fr\/*",
"https:\/\/seo.gtool.fr\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
}
}