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",
"manifest_version": 3,
"name": "__MSG_name__",
"version": "1.7.13",
"description": "__MSG_pluginDesc__",
"default_locale": "en",
"permissions": [
"tabs",
"cookies",
"webRequest",
"storage",
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup\/minisite.html",
"default_icon": {
"16": "static\/images\/icon_new.png",
"48": "static\/images\/icon_new.png",
"128": "static\/images\/icon_new.png"
}
},
"icons": {
"16": "static\/images\/icon_new.png",
"48": "static\/images\/icon_new.png",
"128": "static\/images\/icon_new.png"
},
"homepage_url": "https:\/\/www.trip.com\/",
"web_accessible_resources": [
{
"resources": [
"content\/interceptor.js",
"static\/images\/*",
"favicon.ico"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"run_at": "document_start",
"js": [
"static\/js\/ubt.js",
"content\/index.js"
],
"matches": [
"https:\/\/*\/*"
]
}
]
}