extension-create 2.0.0-alpha.26 → 2.0.0-alpha.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.js +21 -21
- package/package.json +1 -1
- package/dist/test-template-action/README.md +0 -35
- package/dist/test-template-action/action/index.html +0 -40
- package/dist/test-template-action/action/scripts.js +0 -11
- package/dist/test-template-action/action/styles.css +0 -23
- package/dist/test-template-action/images/extension_128.png +0 -0
- package/dist/test-template-action/images/extension_16.png +0 -0
- package/dist/test-template-action/images/extension_48.png +0 -0
- package/dist/test-template-action/manifest.json +0 -21
- package/dist/test-template-action/package.json +0 -21
- package/dist/test-template-action-chatgpt/.env.example +0 -1
- package/dist/test-template-action-chatgpt/README.md +0 -35
- package/dist/test-template-action-chatgpt/action/ActionApp.tsx +0 -118
- package/dist/test-template-action-chatgpt/action/index.html +0 -13
- package/dist/test-template-action-chatgpt/action/scripts.tsx +0 -12
- package/dist/test-template-action-chatgpt/action/styles.css +0 -8
- package/dist/test-template-action-chatgpt/images/chatgpt.png +0 -0
- package/dist/test-template-action-chatgpt/images/extension.png +0 -0
- package/dist/test-template-action-chatgpt/images/extension_128.png +0 -0
- package/dist/test-template-action-chatgpt/images/extension_16.png +0 -0
- package/dist/test-template-action-chatgpt/images/extension_48.png +0 -0
- package/dist/test-template-action-chatgpt/manifest.json +0 -21
- package/dist/test-template-action-chatgpt/package.json +0 -30
- package/dist/test-template-action-chatgpt/postcss.config.js +0 -6
- package/dist/test-template-action-chatgpt/tailwind.config.js +0 -8
- package/dist/test-template-action-chatgpt/tsconfig.json +0 -22
- package/dist/test-template-config-babel/README.md +0 -35
- package/dist/test-template-config-babel/babel.config.json +0 -4
- package/dist/test-template-config-babel/extension.config.js +0 -17
- package/dist/test-template-config-babel/images/babel.png +0 -0
- package/dist/test-template-config-babel/images/extension_128.png +0 -0
- package/dist/test-template-config-babel/images/extension_16.png +0 -0
- package/dist/test-template-config-babel/images/extension_48.png +0 -0
- package/dist/test-template-config-babel/manifest.json +0 -15
- package/dist/test-template-config-babel/newtab/index.html +0 -40
- package/dist/test-template-config-babel/newtab/scripts.js +0 -11
- package/dist/test-template-config-babel/newtab/styles.css +0 -22
- package/dist/test-template-config-babel/package.json +0 -24
- package/dist/test-template-config-stylelint/.stylelintrc.json +0 -3
- package/dist/test-template-config-stylelint/README.md +0 -35
- package/dist/test-template-config-stylelint/images/extension_128.png +0 -0
- package/dist/test-template-config-stylelint/images/extension_16.png +0 -0
- package/dist/test-template-config-stylelint/images/extension_48.png +0 -0
- package/dist/test-template-config-stylelint/images/stylelint.svg +0 -1
- package/dist/test-template-config-stylelint/manifest.json +0 -15
- package/dist/test-template-config-stylelint/newtab/index.html +0 -40
- package/dist/test-template-config-stylelint/newtab/scripts.js +0 -11
- package/dist/test-template-config-stylelint/newtab/styles.scss +0 -20
- package/dist/test-template-config-stylelint/package.json +0 -24
- package/dist/test-template-content/README.md +0 -35
- package/dist/test-template-content/background.js +0 -21
- package/dist/test-template-content/content/scripts.js +0 -32
- package/dist/test-template-content/content/styles.css +0 -54
- package/dist/test-template-content/images/extension_128.png +0 -0
- package/dist/test-template-content/images/extension_16.png +0 -0
- package/dist/test-template-content/images/extension_48.png +0 -0
- package/dist/test-template-content/manifest.json +0 -35
- package/dist/test-template-content/package.json +0 -20
- package/dist/test-template-content-css-module/README.md +0 -35
- package/dist/test-template-content-css-module/background.js +0 -21
- package/dist/test-template-content-css-module/content/Logo.module.css +0 -11
- package/dist/test-template-content-css-module/content/scripts.js +0 -33
- package/dist/test-template-content-css-module/content/styles.css +0 -40
- package/dist/test-template-content-css-module/images/extension_128.png +0 -0
- package/dist/test-template-content-css-module/images/extension_16.png +0 -0
- package/dist/test-template-content-css-module/images/extension_48.png +0 -0
- package/dist/test-template-content-css-module/manifest.json +0 -35
- package/dist/test-template-content-css-module/package.json +0 -20
- package/dist/test-template-content-extension-config/README.md +0 -35
- package/dist/test-template-content-extension-config/background.ts +0 -1
- package/dist/test-template-content-extension-config/content/ContentApp.tsx +0 -82
- package/dist/test-template-content-extension-config/content/scripts.tsx +0 -17
- package/dist/test-template-content-extension-config/content/styles.css +0 -10
- package/dist/test-template-content-extension-config/extension.config.js +0 -22
- package/dist/test-template-content-extension-config/images/chromeWindow.png +0 -0
- package/dist/test-template-content-extension-config/images/extension_128.png +0 -0
- package/dist/test-template-content-extension-config/images/extension_16.png +0 -0
- package/dist/test-template-content-extension-config/images/extension_48.png +0 -0
- package/dist/test-template-content-extension-config/images/logo.svg +0 -9
- package/dist/test-template-content-extension-config/images/tailwind.png +0 -0
- package/dist/test-template-content-extension-config/images/tailwind_bg.png +0 -0
- package/dist/test-template-content-extension-config/images/typescript.png +0 -0
- package/dist/test-template-content-extension-config/manifest.json +0 -28
- package/dist/test-template-content-extension-config/package.json +0 -44
- package/dist/test-template-content-extension-config/postcss.config.js +0 -6
- package/dist/test-template-content-extension-config/tailwind.config.js +0 -8
- package/dist/test-template-content-extension-config/tsconfig.json +0 -22
- package/dist/test-template-content-less/README.md +0 -35
- package/dist/test-template-content-less/background.js +0 -21
- package/dist/test-template-content-less/content/scripts.js +0 -32
- package/dist/test-template-content-less/content/styles.less +0 -51
- package/dist/test-template-content-less/images/extension_128.png +0 -0
- package/dist/test-template-content-less/images/extension_16.png +0 -0
- package/dist/test-template-content-less/images/extension_48.png +0 -0
- package/dist/test-template-content-less/manifest.json +0 -35
- package/dist/test-template-content-less/package.json +0 -21
- package/dist/test-template-content-main-world/README.md +0 -35
- package/dist/test-template-content-main-world/background.js +0 -1
- package/dist/test-template-content-main-world/content/scripts.js +0 -20
- package/dist/test-template-content-main-world/content/styles.css +0 -46
- package/dist/test-template-content-main-world/extension.config.js +0 -8
- package/dist/test-template-content-main-world/images/extension_128.png +0 -0
- package/dist/test-template-content-main-world/images/extension_16.png +0 -0
- package/dist/test-template-content-main-world/images/extension_48.png +0 -0
- package/dist/test-template-content-main-world/manifest.json +0 -37
- package/dist/test-template-content-main-world/package.json +0 -20
- package/dist/test-template-content-preact/README.md +0 -35
- package/dist/test-template-content-preact/background.ts +0 -1
- package/dist/test-template-content-preact/content/ContentApp.tsx +0 -92
- package/dist/test-template-content-preact/content/scripts.tsx +0 -14
- package/dist/test-template-content-preact/content/styles.css +0 -10
- package/dist/test-template-content-preact/images/chromeWindow.png +0 -0
- package/dist/test-template-content-preact/images/extension_128.png +0 -0
- package/dist/test-template-content-preact/images/extension_16.png +0 -0
- package/dist/test-template-content-preact/images/extension_48.png +0 -0
- package/dist/test-template-content-preact/images/preact.png +0 -0
- package/dist/test-template-content-preact/images/tailwind.png +0 -0
- package/dist/test-template-content-preact/images/tailwind_bg.png +0 -0
- package/dist/test-template-content-preact/images/typescript.png +0 -0
- package/dist/test-template-content-preact/manifest.json +0 -31
- package/dist/test-template-content-preact/package.json +0 -29
- package/dist/test-template-content-preact/postcss.config.js +0 -6
- package/dist/test-template-content-preact/tailwind.config.js +0 -8
- package/dist/test-template-content-preact/tsconfig.json +0 -27
- package/dist/test-template-content-react/README.md +0 -35
- package/dist/test-template-content-react/background.ts +0 -1
- package/dist/test-template-content-react/content/ContentApp.tsx +0 -86
- package/dist/test-template-content-react/content/scripts.tsx +0 -17
- package/dist/test-template-content-react/content/styles.css +0 -10
- package/dist/test-template-content-react/images/chromeWindow.png +0 -0
- package/dist/test-template-content-react/images/extension_128.png +0 -0
- package/dist/test-template-content-react/images/extension_16.png +0 -0
- package/dist/test-template-content-react/images/extension_48.png +0 -0
- package/dist/test-template-content-react/images/react.png +0 -0
- package/dist/test-template-content-react/images/tailwind.png +0 -0
- package/dist/test-template-content-react/images/tailwind_bg.png +0 -0
- package/dist/test-template-content-react/images/typescript.png +0 -0
- package/dist/test-template-content-react/manifest.json +0 -28
- package/dist/test-template-content-react/package.json +0 -28
- package/dist/test-template-content-react/postcss.config.js +0 -6
- package/dist/test-template-content-react/tailwind.config.js +0 -8
- package/dist/test-template-content-react/tsconfig.json +0 -22
- package/dist/test-template-content-sass/README.md +0 -35
- package/dist/test-template-content-sass/background.js +0 -21
- package/dist/test-template-content-sass/content/scripts.js +0 -32
- package/dist/test-template-content-sass/content/styles.scss +0 -51
- package/dist/test-template-content-sass/images/extension_128.png +0 -0
- package/dist/test-template-content-sass/images/extension_16.png +0 -0
- package/dist/test-template-content-sass/images/extension_48.png +0 -0
- package/dist/test-template-content-sass/manifest.json +0 -35
- package/dist/test-template-content-sass/package.json +0 -21
- package/dist/test-template-content-sass-module/README.md +0 -35
- package/dist/test-template-content-sass-module/background.js +0 -21
- package/dist/test-template-content-sass-module/content/Logo.module.scss +0 -18
- package/dist/test-template-content-sass-module/content/scripts.js +0 -33
- package/dist/test-template-content-sass-module/content/styles.scss +0 -40
- package/dist/test-template-content-sass-module/images/extension_128.png +0 -0
- package/dist/test-template-content-sass-module/images/extension_16.png +0 -0
- package/dist/test-template-content-sass-module/images/extension_48.png +0 -0
- package/dist/test-template-content-sass-module/manifest.json +0 -35
- package/dist/test-template-content-sass-module/package.json +0 -21
- package/dist/test-template-content-tailwind/README.md +0 -35
- package/dist/test-template-content-tailwind/background.js +0 -21
- package/dist/test-template-content-tailwind/content/content.js +0 -45
- package/dist/test-template-content-tailwind/content/scripts.js +0 -6
- package/dist/test-template-content-tailwind/content/styles.css +0 -10
- package/dist/test-template-content-tailwind/images/chromeWindow.png +0 -0
- package/dist/test-template-content-tailwind/images/extension_128.png +0 -0
- package/dist/test-template-content-tailwind/images/extension_16.png +0 -0
- package/dist/test-template-content-tailwind/images/extension_48.png +0 -0
- package/dist/test-template-content-tailwind/images/react.png +0 -0
- package/dist/test-template-content-tailwind/images/tailwind.png +0 -0
- package/dist/test-template-content-tailwind/images/tailwind_bg.png +0 -0
- package/dist/test-template-content-tailwind/manifest.json +0 -35
- package/dist/test-template-content-tailwind/package.json +0 -23
- package/dist/test-template-content-tailwind/postcss.config.js +0 -6
- package/dist/test-template-content-tailwind/tailwind.config.js +0 -8
- package/dist/test-template-content-typescript/README.md +0 -35
- package/dist/test-template-content-typescript/background.ts +0 -26
- package/dist/test-template-content-typescript/content/scripts.ts +0 -33
- package/dist/test-template-content-typescript/content/styles.css +0 -51
- package/dist/test-template-content-typescript/images/extension_128.png +0 -0
- package/dist/test-template-content-typescript/images/extension_16.png +0 -0
- package/dist/test-template-content-typescript/images/extension_48.png +0 -0
- package/dist/test-template-content-typescript/images/typescript.png +0 -0
- package/dist/test-template-content-typescript/manifest.json +0 -35
- package/dist/test-template-content-typescript/package.json +0 -21
- package/dist/test-template-content-typescript/tsconfig.json +0 -22
- package/dist/test-template-content-vue/README.md +0 -35
- package/dist/test-template-content-vue/background.ts +0 -1
- package/dist/test-template-content-vue/content/ContentApp.vue +0 -90
- package/dist/test-template-content-vue/content/scripts.ts +0 -13
- package/dist/test-template-content-vue/content/shims-vue.d.ts +0 -6
- package/dist/test-template-content-vue/content/styles.css +0 -10
- package/dist/test-template-content-vue/images/chromeWindow.png +0 -0
- package/dist/test-template-content-vue/images/extension_128.png +0 -0
- package/dist/test-template-content-vue/images/extension_16.png +0 -0
- package/dist/test-template-content-vue/images/extension_48.png +0 -0
- package/dist/test-template-content-vue/images/tailwind.png +0 -0
- package/dist/test-template-content-vue/images/tailwind_bg.png +0 -0
- package/dist/test-template-content-vue/images/typescript.png +0 -0
- package/dist/test-template-content-vue/images/vue.svg +0 -8
- package/dist/test-template-content-vue/manifest.json +0 -31
- package/dist/test-template-content-vue/package.json +0 -25
- package/dist/test-template-content-vue/postcss.config.js +0 -6
- package/dist/test-template-content-vue/tailwind.config.js +0 -8
- package/dist/test-template-content-vue/tsconfig.json +0 -22
- package/dist/test-template-declarative_net_request/README.md +0 -35
- package/dist/test-template-declarative_net_request/images/extension_128.png +0 -0
- package/dist/test-template-declarative_net_request/images/extension_16.png +0 -0
- package/dist/test-template-declarative_net_request/images/extension_48.png +0 -0
- package/dist/test-template-declarative_net_request/manifest.json +0 -34
- package/dist/test-template-declarative_net_request/package.json +0 -21
- package/dist/test-template-declarative_net_request/public/public_ruleset.json +0 -72
- package/dist/test-template-declarative_net_request/rules_1.json +0 -72
- package/dist/test-template-init/README.md +0 -35
- package/dist/test-template-init/manifest.json +0 -7
- package/dist/test-template-init/package.json +0 -32
- package/dist/test-template-locales/README.md +0 -35
- package/dist/test-template-locales/_locales/en/messages.json +0 -10
- package/dist/test-template-locales/_locales/pt_BR/messages.json +0 -10
- package/dist/test-template-locales/action/index.html +0 -40
- package/dist/test-template-locales/action/scripts.js +0 -3
- package/dist/test-template-locales/action/styles.css +0 -23
- package/dist/test-template-locales/images/extension_128.png +0 -0
- package/dist/test-template-locales/images/extension_16.png +0 -0
- package/dist/test-template-locales/images/extension_48.png +0 -0
- package/dist/test-template-locales/manifest.json +0 -19
- package/dist/test-template-locales/package.json +0 -21
- package/dist/test-template-new-less/README.md +0 -35
- package/dist/test-template-new-less/images/extension_128.png +0 -0
- package/dist/test-template-new-less/images/extension_16.png +0 -0
- package/dist/test-template-new-less/images/extension_48.png +0 -0
- package/dist/test-template-new-less/manifest.json +0 -15
- package/dist/test-template-new-less/newtab/index.html +0 -40
- package/dist/test-template-new-less/newtab/scripts.js +0 -11
- package/dist/test-template-new-less/newtab/styles.less +0 -19
- package/dist/test-template-new-less/package.json +0 -21
- package/dist/test-template-new-preact/README.md +0 -35
- package/dist/test-template-new-preact/images/extension_128.png +0 -0
- package/dist/test-template-new-preact/images/extension_16.png +0 -0
- package/dist/test-template-new-preact/images/extension_48.png +0 -0
- package/dist/test-template-new-preact/images/preact.png +0 -0
- package/dist/test-template-new-preact/manifest.json +0 -15
- package/dist/test-template-new-preact/newtab/NewTabApp.tsx +0 -27
- package/dist/test-template-new-preact/newtab/index.html +0 -13
- package/dist/test-template-new-preact/newtab/scripts.tsx +0 -5
- package/dist/test-template-new-preact/newtab/styles.css +0 -32
- package/dist/test-template-new-preact/package.json +0 -29
- package/dist/test-template-new-preact/tsconfig.json +0 -22
- package/dist/test-template-new-react/README.md +0 -35
- package/dist/test-template-new-react/images/extension_128.png +0 -0
- package/dist/test-template-new-react/images/extension_16.png +0 -0
- package/dist/test-template-new-react/images/extension_48.png +0 -0
- package/dist/test-template-new-react/images/react.png +0 -0
- package/dist/test-template-new-react/manifest.json +0 -15
- package/dist/test-template-new-react/newtab/NewTabApp.tsx +0 -27
- package/dist/test-template-new-react/newtab/index.html +0 -13
- package/dist/test-template-new-react/newtab/scripts.tsx +0 -12
- package/dist/test-template-new-react/newtab/styles.css +0 -23
- package/dist/test-template-new-react/package.json +0 -28
- package/dist/test-template-new-react/tsconfig.json +0 -22
- package/dist/test-template-new-sass/README.md +0 -35
- package/dist/test-template-new-sass/images/extension_128.png +0 -0
- package/dist/test-template-new-sass/images/extension_16.png +0 -0
- package/dist/test-template-new-sass/images/extension_48.png +0 -0
- package/dist/test-template-new-sass/manifest.json +0 -15
- package/dist/test-template-new-sass/newtab/index.html +0 -40
- package/dist/test-template-new-sass/newtab/scripts.js +0 -11
- package/dist/test-template-new-sass/newtab/styles.scss +0 -19
- package/dist/test-template-new-sass/package.json +0 -22
- package/dist/test-template-new-tailwind/README.md +0 -35
- package/dist/test-template-new-tailwind/images/chromeWindow.png +0 -0
- package/dist/test-template-new-tailwind/images/extension_128.png +0 -0
- package/dist/test-template-new-tailwind/images/extension_16.png +0 -0
- package/dist/test-template-new-tailwind/images/extension_48.png +0 -0
- package/dist/test-template-new-tailwind/images/react.png +0 -0
- package/dist/test-template-new-tailwind/images/tailwind.png +0 -0
- package/dist/test-template-new-tailwind/images/tailwind_bg.png +0 -0
- package/dist/test-template-new-tailwind/manifest.json +0 -15
- package/dist/test-template-new-tailwind/newtab/NewTabApp.tsx +0 -67
- package/dist/test-template-new-tailwind/newtab/index.html +0 -13
- package/dist/test-template-new-tailwind/newtab/scripts.tsx +0 -12
- package/dist/test-template-new-tailwind/newtab/styles.css +0 -3
- package/dist/test-template-new-tailwind/package.json +0 -28
- package/dist/test-template-new-tailwind/postcss.config.js +0 -6
- package/dist/test-template-new-tailwind/tailwind.config.js +0 -8
- package/dist/test-template-new-tailwind/tsconfig.json +0 -22
- package/dist/test-template-new-typescript/README.md +0 -35
- package/dist/test-template-new-typescript/images/extension_128.png +0 -0
- package/dist/test-template-new-typescript/images/extension_16.png +0 -0
- package/dist/test-template-new-typescript/images/extension_48.png +0 -0
- package/dist/test-template-new-typescript/images/typescript.png +0 -0
- package/dist/test-template-new-typescript/manifest.json +0 -15
- package/dist/test-template-new-typescript/newtab/index.html +0 -25
- package/dist/test-template-new-typescript/newtab/scripts.ts +0 -10
- package/dist/test-template-new-typescript/newtab/styles.css +0 -18
- package/dist/test-template-new-typescript/package.json +0 -22
- package/dist/test-template-new-typescript/tsconfig.json +0 -22
- package/dist/test-template-new-vue/README.md +0 -35
- package/dist/test-template-new-vue/images/extension_128.png +0 -0
- package/dist/test-template-new-vue/images/extension_16.png +0 -0
- package/dist/test-template-new-vue/images/extension_48.png +0 -0
- package/dist/test-template-new-vue/images/vue.svg +0 -8
- package/dist/test-template-new-vue/manifest.json +0 -15
- package/dist/test-template-new-vue/newtab/NewTabApp.vue +0 -30
- package/dist/test-template-new-vue/newtab/index.html +0 -13
- package/dist/test-template-new-vue/newtab/scripts.ts +0 -7
- package/dist/test-template-new-vue/newtab/styles.css +0 -36
- package/dist/test-template-new-vue/package.json +0 -25
- package/dist/test-template-new-vue/tsconfig.json +0 -22
- package/dist/test-template-sidebar/README.md +0 -35
- package/dist/test-template-sidebar/images/extension_128.png +0 -0
- package/dist/test-template-sidebar/images/extension_16.png +0 -0
- package/dist/test-template-sidebar/images/extension_48.png +0 -0
- package/dist/test-template-sidebar/manifest.json +0 -37
- package/dist/test-template-sidebar/package.json +0 -21
- package/dist/test-template-sidebar/puzzle.png +0 -0
- package/dist/test-template-sidebar/sidebar/index.html +0 -39
- package/dist/test-template-sidebar/sidebar/scripts.js +0 -11
- package/dist/test-template-sidebar/sidebar/styles.css +0 -27
- package/dist/test-template-sidebar/test_16.png +0 -0
- package/dist/test-template-sidebar/test_32.png +0 -0
- package/dist/test-template-sidebar/test_48.png +0 -0
- package/dist/test-template-sidebar/test_64.png +0 -0
- package/dist/test-template-special-folders-pages/README.md +0 -35
- package/dist/test-template-special-folders-pages/background.js +0 -5
- package/dist/test-template-special-folders-pages/images/extension_128.png +0 -0
- package/dist/test-template-special-folders-pages/images/extension_16.png +0 -0
- package/dist/test-template-special-folders-pages/images/extension_48.png +0 -0
- package/dist/test-template-special-folders-pages/images/notpublic-file.png +0 -0
- package/dist/test-template-special-folders-pages/manifest.json +0 -26
- package/dist/test-template-special-folders-pages/package.json +0 -21
- package/dist/test-template-special-folders-pages/pages/custom.html +0 -8
- package/dist/test-template-special-folders-pages/pages/main.css +0 -18
- package/dist/test-template-special-folders-pages/pages/main.html +0 -16
- package/dist/test-template-special-folders-pages/pages/main.js +0 -1
- package/dist/test-template-special-folders-pages/public/css/file.css +0 -3
- package/dist/test-template-special-folders-pages/public/html/file.html +0 -8
- package/dist/test-template-special-folders-pages/public/img/icon.png +0 -0
- package/dist/test-template-special-folders-pages/public/js/file.js +0 -0
- package/dist/test-template-special-folders-pages/sandbox/index.html +0 -24
- package/dist/test-template-special-folders-pages/sandbox/scripts.js +0 -0
- package/dist/test-template-special-folders-pages/sandbox/styles.css +0 -1
- package/dist/test-template-special-folders-scripts/README.md +0 -35
- package/dist/test-template-special-folders-scripts/background.js +0 -24
- package/dist/test-template-special-folders-scripts/images/extension_128.png +0 -0
- package/dist/test-template-special-folders-scripts/images/extension_16.png +0 -0
- package/dist/test-template-special-folders-scripts/images/extension_48.png +0 -0
- package/dist/test-template-special-folders-scripts/manifest.json +0 -27
- package/dist/test-template-special-folders-scripts/package.json +0 -21
- package/dist/test-template-special-folders-scripts/pages/index.css +0 -5
- package/dist/test-template-special-folders-scripts/pages/index.html +0 -3
- package/dist/test-template-special-folders-scripts/pages/index.js +0 -1
- package/dist/test-template-special-folders-scripts/public/extension.png +0 -0
- package/dist/test-template-special-folders-scripts/scripts/content-script.js +0 -3
- package/dist/test-template-storage/README.md +0 -35
- package/dist/test-template-storage/images/extension_128.png +0 -0
- package/dist/test-template-storage/images/extension_16.png +0 -0
- package/dist/test-template-storage/images/extension_48.png +0 -0
- package/dist/test-template-storage/manifest.json +0 -15
- package/dist/test-template-storage/package.json +0 -21
- package/dist/test-template-storage/schema.json +0 -44
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "test-template-declarative_net_request",
|
|
3
|
-
"version": "0.0.1",
|
|
4
|
-
"manifest_version": 3,
|
|
5
|
-
"description": "An Extension.js example.",
|
|
6
|
-
"icons": {
|
|
7
|
-
"16": "images/extension_16.png",
|
|
8
|
-
"48": "images/extension_48.png",
|
|
9
|
-
"128": "images/extension_128.png"
|
|
10
|
-
},
|
|
11
|
-
"declarative_net_request": {
|
|
12
|
-
"rule_resources": [
|
|
13
|
-
{
|
|
14
|
-
"id": "ruleset_1",
|
|
15
|
-
"enabled": true,
|
|
16
|
-
"path": "rules_1.json"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"id": "public_rule_1",
|
|
20
|
-
"enabled": true,
|
|
21
|
-
"path": "public/public_ruleset.json"
|
|
22
|
-
}
|
|
23
|
-
]
|
|
24
|
-
},
|
|
25
|
-
"permissions": [
|
|
26
|
-
"declarativeNetRequest",
|
|
27
|
-
"declarativeNetRequestFeedback",
|
|
28
|
-
"declarativeNetRequestWithHostAccess"
|
|
29
|
-
],
|
|
30
|
-
"host_permissions": [
|
|
31
|
-
"https://developer.chrome.com/"
|
|
32
|
-
],
|
|
33
|
-
"author": "Your Name"
|
|
34
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"private": true,
|
|
3
|
-
"name": "test-template-declarative_net_request",
|
|
4
|
-
"description": "An Extension.js example.",
|
|
5
|
-
"version": "0.0.1",
|
|
6
|
-
"author": {
|
|
7
|
-
"name": "Your Name",
|
|
8
|
-
"email": "your@email.com",
|
|
9
|
-
"url": "https://yourwebsite.com"
|
|
10
|
-
},
|
|
11
|
-
"license": "MIT",
|
|
12
|
-
"scripts": {
|
|
13
|
-
"dev": "extension dev",
|
|
14
|
-
"start": "extension start",
|
|
15
|
-
"build": "extension build"
|
|
16
|
-
},
|
|
17
|
-
"dependencies": {},
|
|
18
|
-
"devDependencies": {
|
|
19
|
-
"extension": "latest"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"id": 1,
|
|
4
|
-
"priority": 1,
|
|
5
|
-
"action": {
|
|
6
|
-
"type": "redirect",
|
|
7
|
-
"redirect": {
|
|
8
|
-
"url": "https://developer.chrome.com/docs/extensions/mv3/intro/"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
"condition": {
|
|
12
|
-
"urlFilter": "https://developer.chrome.com/docs/extensions/mv2/",
|
|
13
|
-
"resourceTypes": ["main_frame"]
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"id": 2,
|
|
18
|
-
"priority": 1,
|
|
19
|
-
"action": {
|
|
20
|
-
"type": "redirect",
|
|
21
|
-
"redirect": {
|
|
22
|
-
"url": "https://developer.chrome.com/docs/extensions/reference/action/"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"condition": {
|
|
26
|
-
"urlFilter": "https://developer.chrome.com/docs/extensions/reference/browserAction/",
|
|
27
|
-
"resourceTypes": ["main_frame"]
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"id": 3,
|
|
32
|
-
"priority": 1,
|
|
33
|
-
"action": {
|
|
34
|
-
"type": "redirect",
|
|
35
|
-
"redirect": {
|
|
36
|
-
"url": "https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/"
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
"condition": {
|
|
40
|
-
"urlFilter": "https://developer.chrome.com/docs/extensions/reference/declarativeWebRequest/",
|
|
41
|
-
"resourceTypes": ["main_frame"]
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"id": 4,
|
|
46
|
-
"priority": 1,
|
|
47
|
-
"action": {
|
|
48
|
-
"type": "redirect",
|
|
49
|
-
"redirect": {
|
|
50
|
-
"url": "https://developer.chrome.com/docs/extensions/reference/action/"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"condition": {
|
|
54
|
-
"urlFilter": "https://developer.chrome.com/docs/extensions/reference/pageAction/",
|
|
55
|
-
"resourceTypes": ["main_frame"]
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"id": 5,
|
|
60
|
-
"priority": 1,
|
|
61
|
-
"action": {
|
|
62
|
-
"type": "redirect",
|
|
63
|
-
"redirect": {
|
|
64
|
-
"url": "https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/"
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
"condition": {
|
|
68
|
-
"urlFilter": "https://developer.chrome.com/docs/extensions/reference/webRequest/",
|
|
69
|
-
"resourceTypes": ["main_frame"]
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
]
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"id": 1,
|
|
4
|
-
"priority": 1,
|
|
5
|
-
"action": {
|
|
6
|
-
"type": "redirect",
|
|
7
|
-
"redirect": {
|
|
8
|
-
"url": "https://developer.chrome.com/docs/extensions/mv3/intro/"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
"condition": {
|
|
12
|
-
"urlFilter": "https://developer.chrome.com/docs/extensions/mv2/",
|
|
13
|
-
"resourceTypes": ["main_frame"]
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"id": 2,
|
|
18
|
-
"priority": 1,
|
|
19
|
-
"action": {
|
|
20
|
-
"type": "redirect",
|
|
21
|
-
"redirect": {
|
|
22
|
-
"url": "https://developer.chrome.com/docs/extensions/reference/action/"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"condition": {
|
|
26
|
-
"urlFilter": "https://developer.chrome.com/docs/extensions/reference/browserAction/",
|
|
27
|
-
"resourceTypes": ["main_frame"]
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"id": 3,
|
|
32
|
-
"priority": 1,
|
|
33
|
-
"action": {
|
|
34
|
-
"type": "redirect",
|
|
35
|
-
"redirect": {
|
|
36
|
-
"url": "https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/"
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
"condition": {
|
|
40
|
-
"urlFilter": "https://developer.chrome.com/docs/extensions/reference/declarativeWebRequest/",
|
|
41
|
-
"resourceTypes": ["main_frame"]
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"id": 4,
|
|
46
|
-
"priority": 1,
|
|
47
|
-
"action": {
|
|
48
|
-
"type": "redirect",
|
|
49
|
-
"redirect": {
|
|
50
|
-
"url": "https://developer.chrome.com/docs/extensions/reference/action/"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"condition": {
|
|
54
|
-
"urlFilter": "https://developer.chrome.com/docs/extensions/reference/pageAction/",
|
|
55
|
-
"resourceTypes": ["main_frame"]
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"id": 5,
|
|
60
|
-
"priority": 1,
|
|
61
|
-
"action": {
|
|
62
|
-
"type": "redirect",
|
|
63
|
-
"redirect": {
|
|
64
|
-
"url": "https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/"
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
"condition": {
|
|
68
|
-
"urlFilter": "https://developer.chrome.com/docs/extensions/reference/webRequest/",
|
|
69
|
-
"resourceTypes": ["main_frame"]
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
]
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
# test-template-init
|
|
2
|
-
|
|
3
|
-
> A minimum extension template. This template includes a manifest file.
|
|
4
|
-
|
|
5
|
-
## Available Scripts
|
|
6
|
-
|
|
7
|
-
In the project directory, you can run the following scripts:
|
|
8
|
-
|
|
9
|
-
### pnpm dev
|
|
10
|
-
|
|
11
|
-
**Development Mode**: This command runs your extension in development mode. It will launch a new browser instance with your extension loaded. The page will automatically reload whenever you make changes to your code, allowing for a smooth development experience.
|
|
12
|
-
|
|
13
|
-
```bash
|
|
14
|
-
pnpm dev
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
### pnpm start
|
|
18
|
-
|
|
19
|
-
**Production Preview**: This command runs your extension in production mode. It will launch a new browser instance with your extension loaded, simulating the environment and behavior of your extension as it will appear once published.
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
pnpm start
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
### pnpm build
|
|
26
|
-
|
|
27
|
-
**Build for Production**: This command builds your extension for production. It optimizes and bundles your extension, preparing it for deployment to the target browser's store.
|
|
28
|
-
|
|
29
|
-
```bash
|
|
30
|
-
pnpm build
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
## Learn More
|
|
34
|
-
|
|
35
|
-
To learn more about creating cross-browser extensions with Extension.js, visit the [official documentation](https://extension.js.org).
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"license": "MIT",
|
|
3
|
-
"repository": {
|
|
4
|
-
"type": "git",
|
|
5
|
-
"url": "https://github.com/extension-js/extension.git",
|
|
6
|
-
"directory": "examples/init"
|
|
7
|
-
},
|
|
8
|
-
"name": "test-template-init",
|
|
9
|
-
"description": "An Extension.js example.",
|
|
10
|
-
"version": "0.0.1",
|
|
11
|
-
"keywords": [
|
|
12
|
-
"extension",
|
|
13
|
-
"browser-extension",
|
|
14
|
-
"web-extension",
|
|
15
|
-
"template"
|
|
16
|
-
],
|
|
17
|
-
"scripts": {
|
|
18
|
-
"dev": "extension dev",
|
|
19
|
-
"start": "extension start",
|
|
20
|
-
"build": "extension build"
|
|
21
|
-
},
|
|
22
|
-
"dependencies": {},
|
|
23
|
-
"devDependencies": {
|
|
24
|
-
"extension": "latest"
|
|
25
|
-
},
|
|
26
|
-
"private": true,
|
|
27
|
-
"author": {
|
|
28
|
-
"name": "Your Name",
|
|
29
|
-
"email": "your@email.com",
|
|
30
|
-
"url": "https://yourwebsite.com"
|
|
31
|
-
}
|
|
32
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
# test-template-locales
|
|
2
|
-
|
|
3
|
-
> An Extension.js example.
|
|
4
|
-
|
|
5
|
-
## Available Scripts
|
|
6
|
-
|
|
7
|
-
In the project directory, you can run the following scripts:
|
|
8
|
-
|
|
9
|
-
### pnpm dev
|
|
10
|
-
|
|
11
|
-
**Development Mode**: This command runs your extension in development mode. It will launch a new browser instance with your extension loaded. The page will automatically reload whenever you make changes to your code, allowing for a smooth development experience.
|
|
12
|
-
|
|
13
|
-
```bash
|
|
14
|
-
pnpm dev
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
### pnpm start
|
|
18
|
-
|
|
19
|
-
**Production Preview**: This command runs your extension in production mode. It will launch a new browser instance with your extension loaded, simulating the environment and behavior of your extension as it will appear once published.
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
pnpm start
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
### pnpm build
|
|
26
|
-
|
|
27
|
-
**Build for Production**: This command builds your extension for production. It optimizes and bundles your extension, preparing it for deployment to the target browser's store.
|
|
28
|
-
|
|
29
|
-
```bash
|
|
30
|
-
pnpm build
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
## Learn More
|
|
34
|
-
|
|
35
|
-
To learn more about creating cross-browser extensions with Extension.js, visit the [official documentation](https://extension.js.org).
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"title": {
|
|
3
|
-
"message": "Bem-vindo à sua extensão de ação do navegador",
|
|
4
|
-
"description": "The title of the extension page"
|
|
5
|
-
},
|
|
6
|
-
"learnMore": {
|
|
7
|
-
"message": "Saiba mais sobre a criação de extensões multiplataforma em ",
|
|
8
|
-
"description": "The learn more text"
|
|
9
|
-
}
|
|
10
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8" />
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
6
|
-
<title>Action Extension</title>
|
|
7
|
-
<link
|
|
8
|
-
rel="stylesheet"
|
|
9
|
-
href="https://unpkg.com/sakura.css/css/sakura.css"
|
|
10
|
-
media="screen"
|
|
11
|
-
/>
|
|
12
|
-
<link
|
|
13
|
-
rel="stylesheet"
|
|
14
|
-
href="https://unpkg.com/sakura.css/css/sakura-dark.css"
|
|
15
|
-
media="screen and (prefers-color-scheme: dark)"
|
|
16
|
-
/>
|
|
17
|
-
<link rel="stylesheet" href="./styles.css" media="screen" />
|
|
18
|
-
</head>
|
|
19
|
-
<body class="popup">
|
|
20
|
-
<header>
|
|
21
|
-
<div>
|
|
22
|
-
<img
|
|
23
|
-
class="action"
|
|
24
|
-
src="../images/extension_128.png"
|
|
25
|
-
alt="The Extension logo"
|
|
26
|
-
width="72px"
|
|
27
|
-
/>
|
|
28
|
-
<br />
|
|
29
|
-
<h1 id="title"></h1>
|
|
30
|
-
</div>
|
|
31
|
-
<p>
|
|
32
|
-
<span id="learnMore"></span>
|
|
33
|
-
<a href="https://extension.js.org" target="_blank"
|
|
34
|
-
>https://extension.js.org</a
|
|
35
|
-
>.
|
|
36
|
-
</p>
|
|
37
|
-
</header>
|
|
38
|
-
</body>
|
|
39
|
-
<script src="./scripts.js"></script>
|
|
40
|
-
</html>
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
body {
|
|
2
|
-
display: flex;
|
|
3
|
-
justify-content: center;
|
|
4
|
-
align-items: center;
|
|
5
|
-
width: 300px;
|
|
6
|
-
padding: 2em;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
h1 {
|
|
10
|
-
font-size: 2.7em;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.action {
|
|
14
|
-
filter: grayscale(1);
|
|
15
|
-
transition:
|
|
16
|
-
filter 2s,
|
|
17
|
-
border-color 2s;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.action:hover {
|
|
21
|
-
filter: grayscale(0);
|
|
22
|
-
border-color: aquamarine;
|
|
23
|
-
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"manifest_version": 3,
|
|
3
|
-
"version": "0.0.1",
|
|
4
|
-
"name": "test-template-locales",
|
|
5
|
-
"author": "Your Name",
|
|
6
|
-
"default_locale": "en",
|
|
7
|
-
"description": "An Extension.js example.",
|
|
8
|
-
"icons": {
|
|
9
|
-
"16": "images/extension_16.png",
|
|
10
|
-
"48": "images/extension_48.png",
|
|
11
|
-
"128": "images/extension_128.png"
|
|
12
|
-
},
|
|
13
|
-
"action": {
|
|
14
|
-
"default_popup": "action/index.html"
|
|
15
|
-
},
|
|
16
|
-
"permissions": [
|
|
17
|
-
"activeTab"
|
|
18
|
-
]
|
|
19
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"private": true,
|
|
3
|
-
"name": "test-template-locales",
|
|
4
|
-
"description": "An Extension.js example.",
|
|
5
|
-
"version": "0.0.1",
|
|
6
|
-
"author": {
|
|
7
|
-
"name": "Your Name",
|
|
8
|
-
"email": "your@email.com",
|
|
9
|
-
"url": "https://yourwebsite.com"
|
|
10
|
-
},
|
|
11
|
-
"license": "MIT",
|
|
12
|
-
"scripts": {
|
|
13
|
-
"dev": "extension dev",
|
|
14
|
-
"start": "extension start",
|
|
15
|
-
"build": "extension build"
|
|
16
|
-
},
|
|
17
|
-
"dependencies": {},
|
|
18
|
-
"devDependencies": {
|
|
19
|
-
"extension": "latest"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
# test-template-new-less
|
|
2
|
-
|
|
3
|
-
> An Extension.js example.
|
|
4
|
-
|
|
5
|
-
## Available Scripts
|
|
6
|
-
|
|
7
|
-
In the project directory, you can run the following scripts:
|
|
8
|
-
|
|
9
|
-
### pnpm dev
|
|
10
|
-
|
|
11
|
-
**Development Mode**: This command runs your extension in development mode. It will launch a new browser instance with your extension loaded. The page will automatically reload whenever you make changes to your code, allowing for a smooth development experience.
|
|
12
|
-
|
|
13
|
-
```bash
|
|
14
|
-
pnpm dev
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
### pnpm start
|
|
18
|
-
|
|
19
|
-
**Production Preview**: This command runs your extension in production mode. It will launch a new browser instance with your extension loaded, simulating the environment and behavior of your extension as it will appear once published.
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
pnpm start
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
### pnpm build
|
|
26
|
-
|
|
27
|
-
**Build for Production**: This command builds your extension for production. It optimizes and bundles your extension, preparing it for deployment to the target browser's store.
|
|
28
|
-
|
|
29
|
-
```bash
|
|
30
|
-
pnpm build
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
## Learn More
|
|
34
|
-
|
|
35
|
-
To learn more about creating cross-browser extensions with Extension.js, visit the [official documentation](https://extension.js.org).
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"manifest_version": 3,
|
|
3
|
-
"version": "0.0.1",
|
|
4
|
-
"name": "test-template-new-less",
|
|
5
|
-
"description": "An Extension.js example.",
|
|
6
|
-
"icons": {
|
|
7
|
-
"16": "images/extension_16.png",
|
|
8
|
-
"48": "images/extension_48.png",
|
|
9
|
-
"128": "images/extension_128.png"
|
|
10
|
-
},
|
|
11
|
-
"chrome_url_overrides": {
|
|
12
|
-
"newtab": "newtab/index.html"
|
|
13
|
-
},
|
|
14
|
-
"author": "Your Name"
|
|
15
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8" />
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
6
|
-
<title>New Extension</title>
|
|
7
|
-
<link
|
|
8
|
-
rel="stylesheet"
|
|
9
|
-
href="https://unpkg.com/sakura.css/css/sakura.css"
|
|
10
|
-
media="screen"
|
|
11
|
-
/>
|
|
12
|
-
<link
|
|
13
|
-
rel="stylesheet"
|
|
14
|
-
href="https://unpkg.com/sakura.css/css/sakura-dark.css"
|
|
15
|
-
media="screen and (prefers-color-scheme: dark)"
|
|
16
|
-
/>
|
|
17
|
-
<link rel="stylesheet" href="./styles.less" media="screen" />
|
|
18
|
-
</head>
|
|
19
|
-
<body>
|
|
20
|
-
<header>
|
|
21
|
-
<h1>
|
|
22
|
-
<img
|
|
23
|
-
class="new"
|
|
24
|
-
src="../images/extension_128.png"
|
|
25
|
-
alt="The Extension logo"
|
|
26
|
-
width="120px"
|
|
27
|
-
/>
|
|
28
|
-
<br />
|
|
29
|
-
Welcome to your LESS Extension
|
|
30
|
-
</h1>
|
|
31
|
-
<p>
|
|
32
|
-
Learn more about creating cross-browser extensions at
|
|
33
|
-
<a href="https://extension.js.org" target="_blank"
|
|
34
|
-
>https://extension.js.org</a
|
|
35
|
-
>.
|
|
36
|
-
</p>
|
|
37
|
-
</header>
|
|
38
|
-
</body>
|
|
39
|
-
<script src="./scripts.js"></script>
|
|
40
|
-
</html>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
body {
|
|
2
|
-
display: flex;
|
|
3
|
-
justify-content: center;
|
|
4
|
-
align-items: center;
|
|
5
|
-
height: calc(100vh - 26px);
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
h1 {
|
|
9
|
-
font-size: 4.7em;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.new {
|
|
13
|
-
filter: grayscale(1);
|
|
14
|
-
transition: filter 2s;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.new:hover {
|
|
18
|
-
filter: grayscale(0);
|
|
19
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"private": true,
|
|
3
|
-
"name": "test-template-new-less",
|
|
4
|
-
"description": "An Extension.js example.",
|
|
5
|
-
"version": "0.0.1",
|
|
6
|
-
"author": {
|
|
7
|
-
"name": "Your Name",
|
|
8
|
-
"email": "your@email.com",
|
|
9
|
-
"url": "https://yourwebsite.com"
|
|
10
|
-
},
|
|
11
|
-
"devDependencies": {
|
|
12
|
-
"less": "^4.2.0",
|
|
13
|
-
"extension": "latest"
|
|
14
|
-
},
|
|
15
|
-
"scripts": {
|
|
16
|
-
"dev": "extension dev",
|
|
17
|
-
"start": "extension start",
|
|
18
|
-
"build": "extension build"
|
|
19
|
-
},
|
|
20
|
-
"dependencies": {}
|
|
21
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
# test-template-new-preact
|
|
2
|
-
|
|
3
|
-
> An Extension.js example.
|
|
4
|
-
|
|
5
|
-
## Available Scripts
|
|
6
|
-
|
|
7
|
-
In the project directory, you can run the following scripts:
|
|
8
|
-
|
|
9
|
-
### pnpm dev
|
|
10
|
-
|
|
11
|
-
**Development Mode**: This command runs your extension in development mode. It will launch a new browser instance with your extension loaded. The page will automatically reload whenever you make changes to your code, allowing for a smooth development experience.
|
|
12
|
-
|
|
13
|
-
```bash
|
|
14
|
-
pnpm dev
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
### pnpm start
|
|
18
|
-
|
|
19
|
-
**Production Preview**: This command runs your extension in production mode. It will launch a new browser instance with your extension loaded, simulating the environment and behavior of your extension as it will appear once published.
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
pnpm start
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
### pnpm build
|
|
26
|
-
|
|
27
|
-
**Build for Production**: This command builds your extension for production. It optimizes and bundles your extension, preparing it for deployment to the target browser's store.
|
|
28
|
-
|
|
29
|
-
```bash
|
|
30
|
-
pnpm build
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
## Learn More
|
|
34
|
-
|
|
35
|
-
To learn more about creating cross-browser extensions with Extension.js, visit the [official documentation](https://extension.js.org).
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|