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": "__MSG_title__",
"description": "__MSG_description__",
"default_locale": "en",
"short_name": "Resticker",
"version": "1.0.2",
"permissions": [
"cookies",
"storage",
"windows",
"contextMenus"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"vendor.js",
"content\/content.js"
],
"css": [],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
}
],
"action": {
"default_icon": "assets\/images\/logo.png"
},
"icons": {
"128": "assets\/images\/logo.png"
},
"web_accessible_resources": [
{
"resources": [
"\/assets\/*",
"\/popup\/*",
"vendor.css"
],
"matches": [
"<all_urls>"
]
}
]
}